zoom out iframe content to fit
<iframe width="1024" height="768" src="http://www.bbc.com" style="-webkit-transform:scale(0.5);-moz-transform-scale(0.5);"></iframe>
zoom out iframe content to fit
<iframe width="1024" height="768" src="http://www.bbc.com" style="-webkit-transform:scale(0.5);-moz-transform-scale(0.5);"></iframe>
iframe content zoom in and zoom out jquery
var anOtherOnZoomFunction = function(info) {
console.log(info);
};
$.axZm.userFunc = $.fn.axZm.mergeCallBackObj($.axZm.userFunc, {
onZoom: anOtherOnZoomFunction
});
// or like this when AJAX-ZOOM is already initialized:
$.fn.axZm.addCallback('onZoom', anOtherOnZoomFunction);
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us