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

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

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

asp.net mvc - breakpoint on javascript in CSHTML? -