remove sizes attribute in IMG
-
Guys I am pulling my hair out on this. Just want to remove the sizes attribute but keep the srcset attribute on all my IMG tags.
Something like this would work fine:
return preg_replace( ‘/sizes=”(.*)”/’, ”, $html );BUT the sizes and srcset is generated upon page rendering.
Please help!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘remove sizes attribute in IMG’ is closed to new replies.