javascript - Disable image compression in Chrome mobile browser -
when using chrome mobile on ios , android, noticed when "reduce data usage" turned on, images on our modelling agency website compressed significant amount. somehow disable this, since our portfolio has consist of high quality photos.
is there html meta tag, css rule or js hack force disable function?
try <img src="example.png" pagespeed_no_transform>
the 'optimize images' filter won't optimize image (though might still cache extend it) if has pagespeed_no_transform attribute.
Comments
Post a Comment