Zoomed iframe

CodeFunctionName
What is this?

Public

Tested

Imported

<style >
#wrapper { width: 710px; height: 1420px; padding: 0; overflow: hidden; }
#scaled-frame { width: 1000px; height: 1000px; border: 0px; }
#scaled-frame {
    zoom: 0.42;
    -moz-transform: scale(0.42);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.42);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.42);
    -webkit-transform-origin: 0 0;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
#scaled-frame { zoom: 1; }
}
</style >

<div id="wrapper" >
    <iframe id="scaled-frame" src="http://BoldCodes.com" > </iframe >
</div >

Views 114

Downloads 51

CodeID
DB ID