User:Codehydro/Auto CSS image crop/script.js: Difference between revisions

Content deleted Content added
mNo edit summary
mNo edit summary
Line 8:
initAutoCrop();
if (!window.autocrop) {
document.body.appendChild(document.createElement("div")).id = "autotempautocrop";
autotempautocrop.style.cssText = "position:fixed;top:25vh;width:50%;height:50vh;";
}
}