I have a photo that i want to keep its ratios when using different size devices so i wrote this css:
.panel-wide {
width: 100% !important;
height:100% !important;
}
On the web test it comes out good:
On my iPhone its totally messed up:
Is there a problem with how the ipa file was built or what else could be causing the iPhone to totally mess up the photo?