Image Scaling: Figero

Discussion in 'Figero WordPress Theme' started by anathane, Dec 4, 2013.

  1. anathane

    anathane New Member

    Joined:
    Nov 16, 2013
    Messages:
    1
    Likes Received:
    0
    Hi,

    Working on a site here: http://www.flightclaimsdirect.com/flight-cancelled/
    I would like to be able to remove the image scaling that is affecting the image placed within the content.
    I've set my image to W: 628px x H:200px; however the image is being scaled to W:547px X H:174px.

    Thanks in advance.
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .content-info img {
    max-width: 100%;
    }

    Thanks & Regards
    Nitesh Raghuwanshi
     

Share This Page