source: pro-violet-viettel/www/deploy/20150304/application/modules/ajax/views/preview/video.php @ 872

Last change on this file since 872 was 872, checked in by quyenla, 10 years ago

preview

  • Property svn:executable set to *
File size: 423 bytes
Line 
1
2<div  data-autoplayvideo="true"  data-playvideoonclick="true"  style="display:none;" class="html5gallery" data-skin="darkness" data-width="540" data-height="300">
3    <a  href="<?php echo $fileurl;?>"><img src="<?php echo $fileurl;?>" title="<?php echo $name;?>" alt="<?php echo $name;?>"></a>
4
5</div>
6<script type="text/javascript">
7 $(".html5gallery").html5gallery();
8 $( ".bootbox" ).addClass( "preview" );
9</script>
Note: See TracBrowser for help on using the repository browser.