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

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

Improve fotorama slideshow

  • Property svn:executable set to *
File size: 295 bytes
Line 
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
12<div id="slideshow" class="fotorama-slideshow">
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.