Home › Forums › Support › How to make the background image scale with the size of the device? This topic has 3 replies, 2 voices, and was last updated 1 year, 6 months ago by Leo. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts December 12, 2020 at 4:44 pm #1577989 Andy Hi there, On the homepage — first background image, under the menu. You’ll see wind mills. When you resize the browser window, the image gets cut off. How do I make the background image scale so the full image always shows? Similar to a slider plugin. Thank you December 12, 2020 at 5:26 pm #1578013 LeoStaff Customer Support Hi there, Background images aren’t responsive by nature, unfortunately. It simply wouldn’t work as you have the content on top and the image ratio changes drastically from desktop to mobile. What if we use this CSS to change the position? @media (max-width: 768px) { .gb-container.gb-container-a784eaa4:before { background-position: center; } } Adding CSS: https://docs.generatepress.com/article/adding-css/ Let me know ๐ Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ December 12, 2020 at 8:56 pm #1578121 Andy Sounds good, thanks for the trick Leo. December 13, 2020 at 10:55 am #1578866 LeoStaff Customer Support No problem ๐ Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In