Skip to content

Instantly share code, notes, and snippets.

@joe-watkins
Created February 19, 2014 03:37
Show Gist options
  • Save joe-watkins/9085629 to your computer and use it in GitHub Desktop.
Save joe-watkins/9085629 to your computer and use it in GitHub Desktop.
A Pen by Joe Watkins.
<div class="fotorama" data-allowfullscreen="true" data-width="100%" data-ratio="800/400">
<img src="http://flickholdr.com/800/400" data-caption="I am the caption">
<img src="http://placekitten.com/800/400">
<img src="http://flickholdr.com/800/400">
<img src="http://flickholdr.com/800/400">
<img src="http://placekitten.com/800/400">
<img src="http://flickholdr.com/800/400">
<img src="http://flickholdr.com/800/400">
<img src="http://placekitten.com/800/400">
<img src="http://flickholdr.com/800/400">
<img src="http://flickholdr.com/800/400">
<img src="http://placekitten.com/800/400">
<img src="http://flickholdr.com/800/400">
<img src="http://flickholdr.com/800/400">
<img src="http://placekitten.com/800/400">
<img src="http://flickholdr.com/800/400">
</div>
/* http://fotorama.io/ demo */
body {
background:#EEEBE7;
margin:15px;
}
.fotorama {
max-width:70%;
margin:0px auto;
background:#fff;
padding:15px;
box-shadow:2px 3px 3px #ddd;
border-radius:3px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment