mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
PHRAS-2862 Lightbox mobile :video resize #time 4h
This commit is contained in:
@@ -93,21 +93,4 @@
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
/*resize of PDF */
|
||||
$(window).on("load resize ",function(e){
|
||||
if($('.pdf-iframe').length > 0) {
|
||||
var pdfHeight = $('.pdf-iframe').width() / 0.707;
|
||||
$('.pdf-iframe').css('height', pdfHeight);
|
||||
}
|
||||
});
|
||||
/*resize of VIDEO */
|
||||
$(window).on("load resize ",function(e){
|
||||
if($('.video-iframe').length > 0) {
|
||||
var ratio = $('[name=videoRatio]').val();
|
||||
var videoHeight = $('.video-iframe').width() / ratio;
|
||||
$('.video-iframe').css('height', videoHeight).css('min-height',0);
|
||||
}
|
||||
});
|
||||
</script>
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user