Member-only story
The plugin can filter the images with data-tag and filter buttons generated automatically by data-tag attributes.
Idea Github here
Step1:
jQuery necessary
filter-tages.js
<script
src="js/jquery.min.js"></script>
<script
src="js/filter-tags.js"></script>
Step2:
HTML
The button sections put a filter button which will add automatically with jQuery.
And each image is filtered with “data-tags”.
CSS
Basic styling for buttons and images.