Quote:
Originally Posted by knightrider247
Hi there,
somehow I am incapable to get the pictures centered. Here is my CSS-code. Isn't display block the correct code?
.landscape img {
width: 100%;
display: block;
}
|
Since your width is 100%, I assume you're referring to vertical center, which is not going to be possible without sacrificing compatibility by using SVG.