Create Beautiful Hexagon Shapes With CSS3, jQuery

jquery-hex-gallery which creates beautiful hexagons with a CSS3-based hex grid layout with hover comment support.

hexagon shape in html css, hexagon hover effects, hexagon animation jquery, how to make a hexagon in css, clip path hexagon jquery

Javascript Library to Show Capacity in Hex With HTML5 | Hexagon Chart

How to make use of it:

1. Include jQuery Javascript library and jQuery Hex Gallery plugin.

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="js/jquery.hex.gallery.js"></script>

2. Create a hexagonal grid layout for the gallery as follows.

<script type="text/hex-gallery">
{
"album" : [
{
  "cover": {"title": "<h4>THEME</h4><hr /><p>Stephanie Dola</p>", "class": "hex-1"},
  "photo": [
    {"imgur": "http://i.imgur.com/yIoACHc.gif"},
    {"imgur": "http://i.imgur.com/uINck6K.gif"},
    {"imgur": "http://i.imgur.com/zOZJEex.gif"},
    {"imgur": "http://i.imgur.com/dM7rBEt.gif"},
    {"imgur": "http://i.imgur.com/JkF9f4j.gif"},
    {"imgur": "http://i.imgur.com/7xNwFm8.gif"},
    {"imgur": "http://i.imgur.com/Fq7LYMu.gif"},
    {"imgur": "http://i.imgur.com/bgldBVE.gif"},
    {"imgur": "http://i.imgur.com/VrzMLCb.jpg"},
    {"imgur": "http://i.imgur.com/gTSDSce.gif"},
    {"imgur": "http://i.imgur.com/71pr7UK.jpg"},
    {"imgur": "http://i.imgur.com/4pzxseN.jpg"}
  ]
},
{
  "cover": {"title": "<h4>THEME</h4><hr /><p>2</p>", "class": "hex-2"},
  "photo": [
    {"imgur": "http://i.imgur.com/YSmWA3g.gif"},
    {"imgur": "http://i.imgur.com/6G4BDxU.gif"},
    {"imgur": "http://i.imgur.com/kuH4XVL.gif"},
    {"imgur": "http://i.imgur.com/0NemOhQ.gif"},
    {"imgur": "http://i.imgur.com/tedXr7Y.gif"},
    {"imgur": "http://i.imgur.com/5IHR8bQ.gif"}
  ]
},
{
  "cover": {"title": "<h4>THEME</h4><hr /><p>3</p>", "class": "hex-3"},
  "photo": [
    {"imgur": "http://i.imgur.com/vpKzynV.gif"},
    {"imgur": "http://i.imgur.com/J2Dllne.gif"},
    {"imgur": "http://i.imgur.com/kBQ8WDN.gif"},
    {"imgur": "http://i.imgur.com/ZkkYIVm.gif"},
    {"imgur": "http://i.imgur.com/FTMUcRf.gif"},
    {"imgur": "http://i.imgur.com/zE8oOpI.gif"},
    {"imgur": "http://i.imgur.com/OCfUjzv.gif"},
    {"imgur": "http://i.imgur.com/RkHRSno.gif"},
    {"imgur": "http://i.imgur.com/rctEEyS.gif"}
  ]
}
]
}
</script>

jQuery & CSS3 Based Hexagon Image Gallery, jquery-hex-gallery Plugin/Github


See Demo And Download

Official Website(morris821028): Click Here

This superior jQuery/javascript plugin is developed by morris821028. For extra advanced usage, please go to the official website.

Related Posts

email-domain-autocomplete-genie

[Autocomplete] Email Domain Suggestions Like Gmail, Outlook, or More | email-genie

Email Genie allows auto-completion in the email field by providing a list of domain suggestions (gmail.com, outlook.com, etc.). This package is lightweight, flexible, compatible with libraries (jQuery,…

JavaScript-Library-for-Creating-Squircley-Magic

[Generator] JavaScript Library for Creating Squircley Magic ✨ | squircley.js

squircley.js is the core magic of Squirclular ✨ from https://squircley.app wrapped in a simple 0-dependency JavaScript library. squircley.js can generate SVG files, add square backgrounds to DOM…

Jquery-Plugin-for-Display-As-a-Graph-of-the-Contribution-on-Github

[Heatmap] Jquery Plugin for Display As a Graph of the Contribution on GitHub

Jquery plugin to present as a contribution graph on Github when viewing a user profile, you can use it to apply to other JS frameworks like Angularjs as…

color-calendar-component-library

A Customizable Calendar JavaScript UI Widget/Component Library

Color Calendar is a customizable event calendar component library. Flexible, customizable, and themed events calendar and month/year picker component written in Vanilla JavaScript. Features Zero dependencies Add…

Animated-Calendar-UI-Design

Animated Calendar UI Design Using HTML CSS JavaScript

Calendar UI design with dark mode and animations using HTML CSS JavaScript. An elegant, animated, and lightweight (or bold) calendar user interface design implemented in HTML, JS,…

bootstrap-5-dark-theme

Dark & Light Switch Mode Toggle for Bootstrap 5

Switching to dark mode is done by toggling HTML tags that include -dark or -light as a category. It is made by manipulating the DOM with JavaScript. The text color also changes depending…