Answers for "fotorama image ratio"

0

fotorama image ratio

<div class="fotorama"
     data-width="100%"
     data-ratio="800/600">
<!-- ↑ The same as data-ratio="4/3"
       or data-ratio="1.3333333333". -->
  <img src="1.jpg">
  <img src="2.jpg">
</div>
Posted by: Guest on April-24-2022

Browse Popular Code Answers by Language