I am using bootstrap image gallery (by blueimp) to enhance my images in bootstrap. I followed the tutorial outlined in the demo part from the repo and was able to get a nicely looking gallery.
I modified it a little bit to get rid of modal dialog (as in author's borderless example). Everything works almost perfect (here is my simplified fiddle). The only problem is that I have no controls when I just click on a small preview. Only when I click later on the original image - controls appear on the screen.
I assume that I am missing something really simple, like showStartingControlls = true;
:-), but I can not figure this out.
Would be very grateful if someone can look into this problem
I am using bootstrap image gallery (by blueimp) to enhance my images in bootstrap. I followed the tutorial outlined in the demo part from the repo and was able to get a nicely looking gallery.
I modified it a little bit to get rid of modal dialog (as in author's borderless example). Everything works almost perfect (here is my simplified fiddle). The only problem is that I have no controls when I just click on a small preview. Only when I click later on the original image - controls appear on the screen.
I assume that I am missing something really simple, like showStartingControlls = true;
:-), but I can not figure this out.
Would be very grateful if someone can look into this problem
Share Improve this question asked Mar 17, 2014 at 11:14 Salvador DaliSalvador Dali 223k151 gold badges724 silver badges765 bronze badges1 Answer
Reset to default 8The doc : https://github./blueimp/Gallery/blob/master/README.md#controls
Just add the blueimp-gallery-controls
class.
Fiddle : http://jsfiddle/PrHVb/
HTML :
<div id="blueimp-gallery" class="blueimp-gallery blueimp-gallery-controls" data-use-bootstrap-modal="false">
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745362317a4624416.html
评论列表(0条)