html - Background-Size: auto not working as expected on android 6 -


i'm making little zoom-overlay components website, , far i'd tested on ios, ie, chrome, safari, android 7.0.1 chrome, without issue.

however tested on old phone (android 6) , not behaving @ expected. appears root issue background-size: auto not rendering @ original size (images 4k, should appear quite zoomed in on 1080p screen) appear larger when contained in page.

does know why background-size: auto not showing images @ true sizes? thank you.

edit: think images hitting size limit , being auto-downscaled, background-size treating true size, while using image element avoids this, due automatic handling of original size values. if case, know actual limits?

if remove background-size: auto in default take full width image background image


Comments

Popular posts from this blog

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

jsf - "PropertyNotWritableException: Illegal Syntax for Set Operation" error when setting value in bean -

arrays - Algorithm to find ideal starting spot in a circle -