i am new to j query, it is cool, but i am glued to the ceiling on how to add width and height to a iframe generated after click, using this code: all suggestions would be great and thanks in advance Khadija
$(document).ready(function () {
$(".fancybox").fancybox();
})
.height = '600px';
With iframe
Without iframe
The only way that worked for me was with preload = false on the iframe:
Hey Use code given below:
Try: