Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • rudimessi Friend
    #199111

    Is it possible to make responsive the Full Articole Image?

    I’d like to add the class img-responsive in this DIV

    <div class="pull-none item-image">
    <img src="/images/image.jpg" alt="">
    </div>

    for it to become so

    <div class="pull-none item-image">
    <img src="/images/image.jpg" class="img-responsive" alt="">
    </div>

    How can I do it? What is the file to edit?

    Thanks a lot

    Pankaj Sharma Moderator
    #540126

    The images should be responsive in T3 framework
    Can you share the site url here so that we can assist you better

    rudimessi Friend
    #540138
    Pankaj Sharma Moderator
    #540140

    Its seems you customized the T3 plugin less files .
    Anyway try this

    Add this code in your custom.css file

    img {
    max-width: 100% !important;
    }

    Hope it helps

    rudimessi Friend
    #540158

    Thanks, now it’s ok 🙂

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

This topic contains 5 replies, has 2 voices, and was last updated by  rudimessi 10 years, 3 months ago.

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