views:

1212

answers:

2

how can I zoom iframe contents by using cross browser jquery? i know this can be done with the zoom css property from IE. does gecko/webkit based browsers have a similar property?

+2  A: 

There is a zoom plugin for jQuery here: http://css-tricks.com/examples/AnythingZoomer/

I think that works cross-browser too, which can solve not just your browser compatibility, but also save you a lot of code!

Sohnee
A: 

High resolution fotos gallery - jQuery ajax-zoom - http://www.ajax-zoom.com

Mark