Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Fotorama show thumbnail with one image

How to always show thumbnails in fotorama? Got a gallery with only one image and I want to show the thumbnail too and they are only shown when there are two pics or more.

like image 262
Estirpicidades Avatar asked Aug 31 '25 22:08

Estirpicidades


1 Answers

Use enableifsingleframe flag:

<div class="fotorama" data-enableifsingleframe="true">
  <img src="1.jpg"> <img src="2.jpg">
</div>
like image 85
Art Avatar answered Sep 10 '25 01:09

Art