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
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.