-
Closed
-
Whenever I insert a photo into a table, in page edit mode the photo looks the proper size, but when I view the page, the photo is quite small. I have no width or height specified on the photo, so why is the photo automatically made smaller?
I have taken out the max-width and height from all.css so my custom css looks like this:
img {
border-style: none;
vertical-align: top;
border-radius: 3px;
-border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}If i take the photos out of the table, they are the correct size.
The topic Pictures in tables is closed to new replies