• Resolved Gerryz

    (@gerryz)


    I tried several adjustments but found no method to show my images on sites in full size even when full size has been chosen in image details. Is there an adjustment that prevents full size on sites?? If I set a link to the full size image it will open as full size.
    Thx
    Gerry

Viewing 1 replies (of 1 total)
  • Thread Starter Gerryz

    (@gerryz)

    style.css

    Here is the CSS that is restricting the image size below 500px

    img {
    height: auto;
    max-width: 500px;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘image size on pages >>> not in full size!!??’ is closed to new replies.