source: extensions/stripped_responsive/template/fotorama.tpl @ 29927

Last change on this file since 29927 was 29927, checked in by JanisV, 10 years ago

Improve fotorama slideshow

  • Property svn:executable set to *
File size: 295 bytes
RevLine 
[29733]1{html_style}
2#footer {
3  display: none;
4}
5{/html_style}
6
7<script>
8var image_w = {$item_height};
9var image_h = {$item_height};
10</script>
11
[29927]12<div id="slideshow" class="fotorama-slideshow">
[29733]13  <div id="content">
14        <div id="theImage">
15      {include file=$FOTORAMA_CONTENT_PATH}
16        </div>
17  </div>
18</div>
Note: See TracBrowser for help on using the repository browser.