html - errors just on iPad 1 -


I have only one problem in iPad 1 and iPad 2. IPad 3 is working well, like other devices

This picture Is an iPad 3 and should show it like:

Do anyone know Where is that problem?

iPad 1 and ip D2 has a screen resolution compared to the iPad 3, which has a retina display, share CSS or use this example:

  # div-1 img {width: 375px;} @ media Screen and (min-width: 1366 px) {# div-1 img {width: 375px;}} @ Media screen and (minimum-width: 1440px) {# div-1 img {width: 428px;}} @ Media Screen and (min-width: 1600px) {# div-1 img {width: 434px;}} @ Media screen and (min-width: 1920px) {# div-1 img {width: 540px;}}   

Different iPad / IF In Zen Follow the link to get the screen resolution .

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -