mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
PHRAS-2863 #comment Lightbox mobile: resize pdf iframe #time 3h
This commit is contained in:
@@ -93,5 +93,14 @@
|
||||
|
||||
</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);
|
||||
}
|
||||
});
|
||||
</script>
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user