Responsive Images

Discussion in 'Forum Rules' started by barsine, Jun 11, 2014.

  1. barsine

    barsine New Member

    Joined:
    May 22, 2014
    Messages:
    7
    Likes Received:
    0
    I need to make all images of my site responsive,
    exist any shortcode or CSS to make images responsive?=
    where i must to put in?

    the site: www.ceciliavega.cl

    thanks!
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
     div.fullwidth img {
    max-width: 100%;
    }
    

    Thanks & Regards
    Gourav Shrivastava
     
  3. barsine

    barsine New Member

    Joined:
    May 22, 2014
    Messages:
    7
    Likes Received:
    0
    thankyou very much.
     

Share This Page