document.getElementsByName("img").forEach((elem) => { if (elem.hasAttribute("width") && elem.hasAttribute("height")) { elem.removeAttribute("width"); elem.removeAttribute("height"); } elem.classList.add("pict"); })