Responsive Image Resizing on Mobile

Discussion in 'Figero WordPress Theme' started by shawnlim, Aug 19, 2015.

  1. shawnlim

    shawnlim New Member

    Joined:
    Jul 7, 2014
    Messages:
    7
    Likes Received:
    0
    I have a site using the paid Figero theme, and the images on the Home page are scaling down automatically just fine when viewed on mobile.

    HOWEVER,

    On all my other pages, the pictures are showing up at the original resolution, and are way too big on mobile.

    How do I get the pictures on the rest of my website (other than just the homepage) to be responsive?
     
  2. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

    It would be our pleasure to serve you.

    Could you please provide us URL of your website along with some edited screenshot so that we can assist you accordingly?

    Thanks & Regards!
    Nitin
    InkThemes.com
     
  3. shawnlim

    shawnlim New Member

    Joined:
    Jul 7, 2014
    Messages:
    7
    Likes Received:
    0

    Nitin,

    The URL is http://bot-camp.com

    The main page has images that render fine on mobile devices.

    But other pages, such as http://bot-camp.com/locations/, the images don't automatically scale down to fit the screen on mobile devices.
     
  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    @media only screen and (max-width: 767px){
    .content-main.fullwidth img {
        width: 100% !important;
        height: auto !important;
    }
    }
    Hope it will resolve your issue :)

    Regards!
    Praveen
    InkThemes.com
     

Share This Page