Download Latest Version fotorama-4.6.4.dev.zip (48.4 kB)
Email in envelope

Get an email when there's a new version of Fotorama source

Home / 4.6.0
Name Modified Size InfoDownloads / Week
Parent folder
fotorama-4.6.0.dev.zip 2014-08-06 48.3 kB
fotorama-4.6.0.zip 2014-08-06 32.9 kB
Position.tar.gz 2014-08-06 24.2 MB
Position.zip 2014-08-06 24.4 MB
README.md 2014-08-06 962 Bytes
Totals: 5 Items   48.7 MB 0
  • New position and thumbposition options.
  • Fix some IE7 & IE8 bugs (#273, [#279]).
  • Fix thumbnail fit.
  • Better auto initialization.
  • Fix blocking event flow in some odd situations.
  • [#267] “Play” triangles on video thumbnails are back.
  • Finally fix clicktransition behaviour.
  • Fix fotorama:show event triggering.
  • Some minor fixes and optimization.

position

Fotorama centers photos by default when fits them into a stage. Now you can change this:

:::html
<!-- Align photos to the left-top corner -->
<div class="fotorama" data-position="0 0">
  <img src="1.jpg">

  <!-- Override position for a single photo,
       center 2.jpg horizontally, and move up by 10px -->
  <img src="2.jpg" data-position="50% -10px">

  <!-- Show the right-bottom corner of 3.jpg -->
  <img src="3.jpg" data-position="100% 100%">
</div>

thumbposition

Works just like position but for thumnbails.

Source: README.md, updated 2014-08-06