javascript - Images inside posts re-sized gradually to be in zeros width and height in android browser -


i've got many reports android visitors my blog said when browsing post blog, images inside posts re-sized gradually hidden (width , height zeros, shadow of image visible).

i've tested , confirm issue in android browser , facebook browser well, google chrome shows ok.

i don't know causing problem, javascript or css problem? i'm using bootstrap css code images responsiveness on mobile devices.

enter image description here

seems line did problem:

img {box-sizing:border-box}; 

i removed , works in android browser!


Comments

Popular posts from this blog

php - Passing multiple values in a url using checkbox -

compilation - PHP install fails on Ubuntu 14 (make: *** [sapi/cli/php] Error 1) PHP 5.6.20 -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -