Force Android Chrome to not downsample images

柔情痞子 提交于 2019-12-24 06:48:46

问题


It seems Chrome on Android automatically resamples large JPG images down to small, low resolution version automatically.

Try this image on Chrome desktop and Chrome Android: http://msmclients.co.uk/chrome/

I have a project where I really need to stop it doing that. I appreciate the image is quite large, but it is a sprite and is working as a quicker alternative to separate images.

How do I stop Android Chrome resampling the image?


回答1:


Try going into Settings => Data Saver => off.

Data Saver funnels data through google servers that compress it, bypassing that may fix your issue!



来源:https://stackoverflow.com/questions/43736942/force-android-chrome-to-not-downsample-images

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!