The feature image on the event card triggers a popup of the same image, but:
1) I don’t need it
2) there’s a problem with the height, causing distortion in the popup when the viewport is narrow. I’ve been struggling to override the fixed height, having no success.
Is there a way to completely disable the popup feature?
Thank you!
Hello,
Thank you for your great suggestion, at the moment it is not supported. However please create a new ticket and select Feature Request as category so others can vote on your idea and get it moved into development faster.
Done, thanks for your assistance! 🙂
Hello,
You are welcome, if you have any further questions or concerns please feel free to create a new ticket.
I opened a ticket to request the feature, but haven’t received any feedback. If disabling it isn’t an option, could you please address the issue with the height?
Here’s the ticket:Â https://helpdesk.ashanjay.com/ticket/option-to-disable-popups-triggered-by-event-card-images/
Please find attached an example of the stretched featured image.
Thanks!
Hello,
Could you try this CSS code to stop featured images from popping out:
.evocard_main_image { pointer-events: none !important; }