Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts
  • wongkalaam Friend
    #1016330

    Hello, I have tried your method. However, if the image has width and height specified, the image will be stretched. This happened in Purity iii only. Thank you.

    Example
    http://hnk.ddns.net/joomla3/index.php/tag

    Pankaj Sharma Moderator
    #1016446

    Hi
    Replace older code with this code to remove defined width and height

    .tag-body img {
        max-width: 100%;
        height: auto;
    }
    wongkalaam Friend
    #1016607

    Thanks a lot. It solved the problem. Thank you very much.

Viewing 3 posts - 16 through 18 (of 18 total)

This topic contains 18 replies, has 2 voices, and was last updated by  wongkalaam 7 years, 1 month ago.

The topic ‘Tagged Articles Page Images do not adapt table size’ is closed to new replies.