HTML optimization problem
-
Hi there,
i have one specific problem with html optimization.
If i don’t have an image on page i add one img in head with this HTML
<img
src=”https://site/wp-content/uploads/2020/05/1.jpg” alt width=”1920″ height=”1280″ style=”display:none” class=”nolazyload”>
so viber bot can pick it up.
and it works fine, but when i turn html optimization i get this code
<img
src=https://site/wp-content/uploads/2020/05/1.jpg alt width=1920 height=1280 style=display:none class=nolazyload>and it doesn’t work.
I googled and I have seen one topic here where you suggest about w3 progressive html miniyfication even it is switched off?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘HTML optimization problem’ is closed to new replies.