• Resolved soeske

    (@soeske)


    Hello everyone

    I started using Post Grid addon.
    Everything seems to work properly as expected on pc.
    But i recently noticed that my featured image is showing way to big on mobile and even bigger on tablet.
    The image size is 200px x 200px but it seems way bigger on mobile and tablet.
    Somebody know how to fix this issue?

    kind regards.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Rafin

    (@rafinkhan)

    @soeske,

    Can you please share your Page URL so that we can see what’s happening?

    Thank you!

    Thread Starter soeske

    (@soeske)

    owh, i’m sorry.
    I tought is already posted it.

    It’s at the bottom of https://killshotmasters.com

    Thread Starter soeske

    (@soeske)

    anyone?

    Plugin Author Rafin

    (@rafinkhan)

    @soeske,

    Sorry for the delayed response. You can try adding this following CSS and check back:

    // For Tablet
    @media (min-width: 768px) {
        .eael-entry-thumbnail img {
            height: 100%;
        }
        .eael-entry-thumbnail {
            height: 140px;
        }
    }
    // For Mobile
    @media (max-width: 767px) {
        .eael-entry-thumbnail img {
            height: 100%;
        }
        .eael-entry-thumbnail {
            height: 140px;
        }
    }

    You can change the Height as per your requirements. Let me know how it goes. Thank you!

    Thread Starter soeske

    (@soeske)

    No problem.

    Unfortunately, that didn’t do the trick.

    Plugin Author Rafin

    (@rafinkhan)

    @soeske,

    I see that you no longer have EA Post Grid with Featured Images on the page you have provided. Can you please take care of it first?

    Thank you!

    Thread Starter soeske

    (@soeske)

    I’m sorry for the late reply, but i’m currently using another plugin.
    Thanks for you help.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Featured image issue on Post Grid’ is closed to new replies.