Some Trouble with iPad

Cyrill / 2014-07-07 20:35:00   

Hello You!

I have some trouble with my website if its viewed on the iPad. Even though it is not retina at all, there are problems with the size of the images. I'm using the ndxz box plugin…

cyrill-kuhlmann.de/index.php/projects/

As you can see I have some pictures that have to much width for the iPad. So i did some customizing in the style.css

@media only screen and (max-width: 1024px) {

#pic-holder img {

max-width: 700px;
height: auto;

}

That has the effect that every picture fits into the iPad! Great! But it is not in the vertical middle of the screen anymore. That's what i would like to change. That the scaled down picture i in the middle as the others … that are not scaled down. How can i realize this. Just with CSS?

It would be so great if you can help me!

Thank You!

This thread has been closed, thank you.