Currently, all Pinterest hidden images are wrapped inside a div with a class name shared-counts-hidden-image-container. But the img tag itself doesn't have any unique class associated with it, making it really hard to exclude from certain optimizations.
It would be great if a class named shared-counts-hidden-image can be added to the img tag itself.
Currently, all Pinterest hidden images are wrapped inside a div with a class name
shared-counts-hidden-image-container
. But theimg
tag itself doesn't have any unique class associated with it, making it really hard to exclude from certain optimizations.It would be great if a class named
shared-counts-hidden-image
can be added to theimg
tag itself.