Wednesday, February 26, 2014
8:05 PM
TECMIE A_STORE
function()
{
var _wrapWidth=$('#wrap').width();
var _frameWidth=$($('.frame')[0].contentDocument).width();
if(!this.contentLoaded)
this.initialWidth=_frameWidth;
this.contentLoaded=true;
var frame=$('.frame')[0];
var percent=_wrapWidth/this.initialWidth;
frame.style.width=100.0/percent+"%";
frame.style.height=100.0/percent+"%";
frame.style.zoom=percent;
frame.style.webkitTransform='scale('+percent+')';
frame.style.webkitTransformOrigin='top left';
frame.style.MozTransform='scale('+percent+')';
frame.style.MozTransformOrigin='top left';
frame.style.oTransform='scale('+percent+')';
frame.style.oTransformOrigin='top left';
};
NULL
A students of statistics sophomore year, loves computers and the internet, has fun writing and blogging, and uses his spare time learning to communicate with his computer using codes. . have fun
Related Posts
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment