Popup Iframe (pro)
-
Hello !
I use the Pro version to get posts opening in a popup on click, and I have an issue with the fancybox height that seems to be set on the under page height instead of being set on the post height itself… It gives a long scroll whith a veeery long white empty part after the main content of the post in the popup…
Even the width is larger than the usual posts width.The code Google Devtools shows :
<div class="fancybox-content" style="width: 1412px; height: 9999px;">With Header&Footer plugin I tried to add :
<script> $(document).ready( function() { $('.fancybox-content').each(function(){ $(this).attr('style','') } } </script>But it doesn’t change anything. How could I modify the code if it is dynamically generated by the plugin ?
Would anybody have an idea to solve this problem ?
Thanks for any help.
The topic ‘Popup Iframe (pro)’ is closed to new replies.