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.
- Host: GitHub
- URL: https://github.com/danielcornock/gallery
- Owner: danielcornock
- Created: 2019-06-13T00:09:17.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-13T00:34:06.000Z (almost 7 years ago)
- Last Synced: 2025-02-26T03:34:53.645Z (over 1 year ago)
- Topics: css, html, template, wordpress
- Language: CSS
- Homepage: https://danielcornock-gallery.netlify.com/
- Size: 2.76 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.