mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 19:42:38 +02:00
15 lines
No EOL
541 B
PHP
15 lines
No EOL
541 B
PHP
<script src="<?php echo getCDN(); ?>plugin/Gallery/script.js" type="text/javascript"></script>
|
|
<?php include $global['systemRootPath'] . 'view/include/footer.php'; ?>
|
|
<script>
|
|
function showTrailer(iframe) {
|
|
avideoModalIframe(iframe);
|
|
}
|
|
$('#TrailerModal').on('hidden.bs.modal', function () {
|
|
$('#TrailerModal iframe').attr('src', '');
|
|
});
|
|
$('#bigVideoCarousel').bind('slide.bs.carousel', function (e) {
|
|
setTimeout(function(){
|
|
lazyImage();
|
|
},500);
|
|
});
|
|
</script>
|