How to Scale iFrame Content in IE, Chrome, Firefox, and Safari

Scaling (or zooming) the content of an iFrame can be useful when you are trying to display an object in an area that does not match its original size. The below code scales an iFrame that is 1000 pixels wide down to 710px. The values for the original dimensions are input after the #scaled-frame id […]

Read More