Simplest Image Vanilla Gallery Built with CSS Grid

Vanilla Gallery is the simplest image gallery built with CSS Grid for those who want their website image gallery to be fast and simple because it’s better that way.

Custom Category 🎨

This project includes custom categories that you can use to make your gallery even better than before 😃

  • Large (Large) This category is for a 2 * 2 block image (only for the first image).
  • Double Row (Double Row) With this class, you can assign a two-row image to the third column. (You can also enable it for other columns).
  • Double Column (Double Column) With this class you can assign images to two columns.

How to make use of it:

1. Load the gallery stylesheet within the doc.

<!-- Default -->
<link rel="stylesheet" href="./Gallery.css" />

<!-- Allows Double Row -->
<link rel="stylesheet" href="./Gallery-OCO.css" />

<!-- Disable resizing container -->
<link rel="stylesheet" href="./RO/Gallery.css" />

<!-- Disable resizing container -->
<!-- Allows Double Row -->
<link rel="stylesheet" href="./RO/Gallery.css" />

2. Add your images to the picture gallery:

<div class="gallery">
  <div class="double-column">
    <img src="images/1.webp">
  </div>
  <div class="double-row">
    <img src="images/2.jpg">
  </div>
  <div>
    <img src="images/3.jpg">
  </div>
  <div>
    <img src="images/4.jpg">
  </div>
  ...
</div>

Simple Fast Photo Gallery Using CSS Grid, Vanilla Gallery Plugin/Github, responsive image gallery css


See Demo And Download

Official Website(Gnkalk): Click Here

This superior jQuery/javascript plugin is developed by Gnkalk. For extra Advanced Usage, please go to the official website.

Related Posts

Data-Table-Generator-Tabulator

Interactive Data Table Generator with JS/jQuery and JSON | Tabulator

Tabulator allows you to create interactive tables in seconds from any HTML Table, JavaScript array, AJAX data source, or JSON format data. Just include the library in your…

alert-confirm-prompt-attention-js

Simple Alert, Confirm, Prompt Popup Using Vanilla JavaScript Library | attention.js

JavaScript provides various built-in functionality to display popup messages for different purposes. Attention JS is a vanillaJS plugin used to create a custom alert, confirm, or Prompt…

Bootstrap-4-Toast-Notification-Plugin

Lightweight Bootstrap 4 Toast Notification Plugin | BS4 Advanced Toast

A lightweight Bootstrap 4 Toast Notification plugin integrated with JS/jQuery. bs4-toast.js is a JavaScript library that enhances the native Bootstrap toast component with icons, buttons, callbacks, and…

Audio-Visualizations-Wave

How to Create Audio Visualizations with JavaScript | Wave.js

Audio Visualizer Library – wave.js is a vanilla javascript audio visualization library that provides 20+ creative audio visualization effects to bring more engagement to your visitor. Contribute…

Responsive-FAQ-Accordion-Dropdown

Responsive FAQ Accordion Dropdown In HTML and CSS

How to create responsive accordion Expandable and Collapsible Frequently Asked Questions Elements. Accordion HTML, is an easy and seamless accordion FAQ component built with CSS and HTML…

swiper-touch-slider

Modern Mobile Touch Slider With Acceleration Transitions | Swiper

Swiper is the most modern free mobile touch slider with accelerated device transitions and amazing original behavior. It is intended for use in mobile websites, mobile web…

Leave a Reply

Your email address will not be published. Required fields are marked *