trying to wrap overlib again for a different reason now

This commit is contained in:
Travis Hegner
2015-06-29 15:53:24 -04:00
parent cd9287f23c
commit 3927990617
2 changed files with 8 additions and 2 deletions

View File

@@ -13,4 +13,10 @@ $(document).ready(function(){
placeholder: ""
}).removeClass("lazy").removeAttr('width').removeAttr('height');
});
});
});
function wrap_overlib() {
var ret = overlib(arguments);
$('div#overDiv img').removeAttr('width').removeAttr('height');
return ret;
}