TaysttheNotes Posted June 28 Posted June 28 I have a page: Birmingham Festival image ...that is not displaying an image without cutting off the edges in Desktop mode. I got help from @tuanphan with some CSS code to fix the mobile device side of the house, thus: @media screen and (max-width:767px) { .eventlist-column-thumbnail img { object-fit: contain !important; } } What code would I add to affect the desktop display similarly? thanks
Solution tuanphan Posted July 1 Solution Posted July 1 You can change 767 to 4000 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment