Team:Virginia/Gallery
From 2014.igem.org
(Difference between revisions)
Line 6: | Line 6: | ||
<link href="http://cdnjs.cloudflare.com/ajax/libs/fotorama/4.5.2/fotorama.css" rel="stylesheet"> | <link href="http://cdnjs.cloudflare.com/ajax/libs/fotorama/4.5.2/fotorama.css" rel="stylesheet"> | ||
<script src="http://cdnjs.cloudflare.com/ajax/libs/fotorama/4.5.2/fotorama.js"></script> | <script src="http://cdnjs.cloudflare.com/ajax/libs/fotorama/4.5.2/fotorama.js"></script> | ||
+ | |||
+ | <style> | ||
+ | #galleryBox{ | ||
+ | background-color: rgba(0, 0, 0, 0.5); | ||
+ | width: 1000px; | ||
+ | } | ||
+ | </style> | ||
</head> | </head> | ||
<body> | <body> | ||
- | + | <div id="galleryBox""> | |
<div class="fotorama" | <div class="fotorama" | ||
data-nav="thumbs"> | data-nav="thumbs"> | ||
<img src="http://s.fotorama.io/1.jpg"> | <img src="http://s.fotorama.io/1.jpg"> | ||
<img src="http://s.fotorama.io/1.jpg"> | <img src="http://s.fotorama.io/1.jpg"> | ||
+ | </div> | ||
</div> | </div> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 20:05, 30 June 2014