• Resolved aditya243

    (@aditya243)


    As I added the featured image on my post, it is appearing very huge in desktop mode while is appearing completely fine in mobile view. How can I correct this in Generate press free version.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi there,

    can you share a link to where we can see the issue on your site?

    Thread Starter aditya243

    (@aditya243)

    Here it is

    ying

    (@yingscarlett)

    I don’t see any issue with the featured image, it respects the original aspect ratio, and showing correctly.

    If you want to limit its height, it requires GP Premium or custom CSS.

    .single-post img.single-featured-image {
    max-height: 400px;
    width: 100%;
    object-fit: cover;
    }
    Thread Starter aditya243

    (@aditya243)

    Thanks Ying! That worked. Do you have the code for the post images too for the query I shared in another ticket through which I can fix its height and width without changing it for each image?

    ying

    (@yingscarlett)

    Not problem! I replied you in the other topic with the CSS code ??

    Thread Starter aditya243

    (@aditya243)

    Thanks Ying!

    ying

    (@yingscarlett)

    You are welcome ? ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.