Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • daveburstein Friend
    #197420

    Pictures are showing as width of page although I am putting them in (using image button in JCE or other methods) with a much smaller size. For example http://jbdb.org/jadecor/davetest.html
    Pointers to what might be going wrong urgently needed. Client coming to look at prototype soon.
    Help appreciated

    TomC Moderator
    #533647

    What size are the pictures supposed to be?

    Your issue may be the following CSS rule:


    .article-intro img, .article-content img, .article-image img, .article-image-intro img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
    }

    What you can do is paste that CSS rule into your custom.css file, and then play around with the pixel (and/or percentage0) value for the “max-width” and/or “width” properties.

    To be honest, I am not completely certain why both “max-width” and “width” are needed in the same CSS rule.

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  TomC 10 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum