Showing posts with label store. Show all posts
Showing posts with label store. Show all posts
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';
};
Subscribe to:
Posts (Atom)