Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] responsive image help

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #190560
    Bones_Jones
    Participant

    ok, so i created this thread while back. i still am not getting it…

    basically i need the image to be responsive.

    link
    goo.gl/Oz3K2Y

    i know i can do style=’width:100%; and it scales image down. but problem is image becomes gigantic and it covers up the copy on the right..

    i don’t even know why this theme doesn’t allow me to have responsive image…

    please help me out! thx in advance.

    #190614
    Paulie_D
    Member
    .alignleft, img.alignleft {
    display: inline;
    float: left;
    margin: 5px 20px 0 0;
    max-width: 100%; /* this is missing */
    }
    
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.