blueimp gallery set indicator on by default
blueimp, javascript, jquery
Solution
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>
Problem
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`.