unemployment Posted May 23, 2012 Share Posted May 23, 2012 I'm trying to use fancybox to load a variety of documents for my portfolio site. With that said, it's giving me a little bit of a hard time in Firefox. When it loads, it makes me click the magnified glass to view the full image. You'll see what I mean when you visit http://dev.jasonbiondo.com/about.php and click on my resume link. The image loads full width in Safari and Chrome so I'm not really sure why firefox is adding a width and a height to the fancybox. I also don't know how to override it. Any thoughts on this are appreciated. Fancybox code: $("#resume").fancybox({ 'autoDimensions': false, 'padding' : 0, 'width' : 880, 'height' : '70%', 'autoScale' : false, 'transitionIn' : 'none', 'transitionOut' : 'none', 'type' : 'iframe', }); Link to comment https://forums.phpfreaks.com/topic/263012-fancybox-loads-moz-zoom-in-on-my-iframed-image-want-this-removed/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.