Skip to content

Instantly share code, notes, and snippets.

@atma
Last active August 29, 2015 14:01
Show Gist options
  • Select an option

  • Save atma/66034fa36f12e0bed96f to your computer and use it in GitHub Desktop.

Select an option

Save atma/66034fa36f12e0bed96f to your computer and use it in GitHub Desktop.
Fotorama sample usage with keyboard & fullscreen enabled
<div class="fotorama" data-allowfullscreen="native" data-fit="cover"
data-keyboard="true" data-width="700" data-ratio="4/3" data-max-width="100%">
<img src="images/1.jpg">
<img src="images/2.jpg">
<img src="images/3.jpg">
<img src="images/4.jpg">
<img src="images/5.jpg">
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment