#Graceful gallery
Graceful gallery is a effcient jQuery image slider with automatic pagination generation.
-
Include graceful gallery.
<script src="/assets/js/libs/graceful-gallery.min.js"></script> -
Your markup should be (wrap class can be anything but inner images wrap but me called slider-images).
<div class="slider" id="slider"> <div class="slider-images"> <img src=""/> <img src=""/> </div> </div> -
Setup graceful gallery in your main.js file.
$( "#slider" ).GracefulGallery({ "pagination_classes" : "s s--circle" });