Categories: CSSScriptWeb Design

Responsive Fullscreen Image Gallery – Bizon.js

Bizon.js is a lightweight JavaScript gallery plugin that displays images in a responsive fullscreen popup.

It fetches images from a JavaScript array and generates a thumbnail strip containing all thumbnails that users can click to view the full image.

More Like This:

How to use it:

1. Download and load the following files in the document.

<link rel="stylesheet" href="bizon2.css" />
<script src="bizon2.js"></script>

2. Prepare your gallery data as follows:

const galleryData = {
  title: "CSSScript Gallery",
  images: [
    {
      src: "1.jpeg",
      thumb: "thumb-1.jpeg",
      width: 600,
      height: 400,
      caption: "Caption 1",
    },
    {
      src: "2.jpeg",
      thumb: "thumb-2.jpeg",
      width: 600,
      height: 400,
      caption: "Caption 2",
    },
    {
      src: "3.jpeg",
      thumb: "thumb-3.jpeg",
      width: 600,
      height: 400,
      caption: "Caption 3",
    }
    // ...
  ]
};

3. Initialize the gallery.

const myGallery = new Bizon(galleryData);

3. Show the gallery when needed.

myGallery.show()

Changelog:

07/04/2025

  • update

02/05/2025

  • added next, previous and close on mouse click

The post Responsive Fullscreen Image Gallery – Bizon.js appeared first on CSS Script.

rssfeeds-admin

Share
Published by
rssfeeds-admin

Recent Posts

Community action garden grants available for neighborhood groups in Rockford

ROCKFORD, Ill. (WTVO) — The Community Action Garden grants are now available for all neighborhood,…

7 minutes ago

Illinois Senate battle set: Stratton vs. Tracy in 2026 showdown

Illinois Lt. Gov. Juliana Stratton, backed by Gov. J.B. Pritzker, will face Republican Don Tracy…

8 minutes ago

US Senate Republicans launch debate on SAVE Act requiring photo ID to vote

The U.S. Capitol on March 3, 2026. (Photo by Jennifer Shutt/States Newsroom)WASHINGTON — U.S. Senate…

35 minutes ago

Belvidere School Board releases survey findings on Facility Master Plans

The Belvidere School Board has released survey regarding their Masters Facility Plans. A big question…

56 minutes ago

Darren Bailey secures Republican nomination, sets sights on Gov. Pritzker rematch

Darren Bailey has won the Republican nomination for Illinois Governor, promising to cut taxes, reduce…

1 hour ago

Grab Frank Herbert’s Dune Box Set at a Major Discount Before the Dune: Part 3 Hype Increases the Price

The new trailer for Dune: Part 3 just dropped and it looks incredible. The third…

3 hours ago

This website uses cookies.