An open API service indexing awesome lists of open source software.

https://github.com/danielcornock/gallery

🖼A free resource to add a gallery to your website. Includes code for use with default wordpress gallery shortcode.
https://github.com/danielcornock/gallery

css html template wordpress

Last synced: about 1 month ago
JSON representation

🖼A free resource to add a gallery to your website. Includes code for use with default wordpress gallery shortcode.

Awesome Lists containing this project

README

          

# Gallery Template
This code is open source and free to use in your websites. Just copy & paste the respective code where you want it and away you go! The gallery is responsive from large screens to mobiles, and the code can be adjusted as you see fit.

Preview the gallery [here](https://danielcornock-gallery.netlify.com/).

## Wordpress
To use this template in wordpress, simply add the default wordpress gallery widget to the page that you add this template to and the code should do the rest. For the icons, the fontawesome CDN needs to be added to the head element at the top of the page.

## Plain HTML
For plain HTML, you'll need to dissect the code a bit to remove it from the head tags that are used to display the demo of the page.

## Notes
Due to the use of object-fit: cover, this will not be compatible with IE11 or lower.