I am using blueimp gallery
http://blueimp.github.io/Gallery/ as a lightbox
in my website. Is there an easy way to keep the indicator
on by default? Right now, after you open a gallery in a lightbox you need to click on an image for it to show navigation buttons
and indicator options
.
Add blueimp-gallery-controls
class to gallery container:
<div id="blueimp-gallery" class="blueimp-gallery blueimp-gallery-controls">
<div class="slides"></div>
<h3 class="title"></h3>
<a class="prev">‹</a>
<a class="next">›</a>
<a class="close">×</a>
<a class="play-pause"></a>
<ol class="indicator"></ol>
</div>
Edit the blueimp-gallery.css. Set the elements you want shown to display:block instead of display:none.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With