Tagged: x Author Posts May 23, 2016 at 11:21 am #1005477 toddfmayParticipant Hello- on http://dev-palmspringslife.pantheonsite.io/attractions/our-town/ when the browser is resized the image keeps it’s original height, but not width. Image gets tall and narrow. I tried : .site .x-recent-posts .x-recent-posts-img{ background-size: contain !important; } but that had no affect? How can I keep the original size and have width and height resize at the same ratio on smaller screens? THanks- Todd May 23, 2016 at 11:25 am #1005488 ThaiModerator Hi There, Please add the following CSS under Customizer > Custom > Global CSS: @media (max-width: 767px){ .entry-content.content img { height: auto !important; max-width: 100% !important; } } Hope it helps 🙂 May 23, 2016 at 12:29 pm #1005612 toddfmayParticipant Great – that worded – As always – Thanks- Todd May 23, 2016 at 12:43 pm #1005659 ThaiModerator If you need anything else please let us know. Author Posts <script> jQuery(function($){ $("#no-reply-1005477 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In