• Closed
  • Rose Deyo
    Spectator
    April 1, 2014 at 4:41 am #8331

    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.

    Roman
    Spectator
    Posts: 3147
    April 1, 2014 at 7:29 pm #9386

    can I see the website with the issue?