TaysttheNotes Posted June 20 Posted June 20 I noticed that when I uploaded an image for a thumbnail, although in the editor it displays in full, when I view it in mobile version, the image is cropped. I see no tool to ensure it displays on both platforms. So, what are the ideal dimensions for an image to display on both platforms?
tuanphan Posted June 20 Posted June 20 Can you share link to event page? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
TaysttheNotes Posted June 21 Author Posted June 21 Here 'tis and thanks for the help https://taystthenotes.com/upcoming-events
Solution tuanphan Posted June 21 Solution Posted June 21 You can use this to Website Tools (under Not Linked) > Custom CSS to make image fullsize on mobile @media screen and (max-width:767px) { .eventlist-column-thumbnail img { object-fit: contain !important; } } TaysttheNotes 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
TaysttheNotes Posted June 21 Author Posted June 21 9 hours ago, tuanphan said: You can use this to Website Tools (under Not Linked) > Custom CSS to make image fullsize on mobile Thank you tuanphan
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment