• Hello, could please help me get my featured image responsive on mobile devises.
    I’ve notice that image height is set at 220px for large screens?
    Thanks a lot
    Very best Rgds

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter ameliehub

    (@ameliehub)

    Sorry wanted to say, I’ve set the height for featured image to 220px for larger screens. But how can I make this image responsive on smaller screens. Presently the image does not feet and is crpoed.
    Thanks for your help

    Plugin Support Vishakha Patel

    (@vishakha)

    Hi @ameliehub ,

    I think it is happening because the images are wide. Hence, they get cropped a bit on mobile.

    Go to WP-admin > Appearance > Customize > Additional CSS and add the following code:

    .obfx-grid .obfx-grid-col-image.obfx-fit-height img {
        height: 83% !important;
    }
    Thread Starter ameliehub

    (@ameliehub)

    Thanks for your reply but that is not the solution.
    It gives white margins around the image on mobile devices and it does not look good

    Thread Starter ameliehub

    (@ameliehub)

    From mobile size to 767px, the height keeps reducing and it is totally croppped.
    Does not look good at all
    Thanks for your help

    Plugin Support raducan

    (@raducan)

    Hi @ameliehub,

    Do you still have this issue? I looked on the link you provided but it looks like you’re not using the Post Grid widget anymore.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Blog – Featured image Responsive’ is closed to new replies.