Hello,
I would like to ask what size image to use for the background on the web page.
If I upload an image size of 1920×1080, it stretches strangely.
I watched the demo – https://gillion.shufflehound.com/home/background-image/, but the image is too large (4000×4413).
Is there any specific size or possibility to set exact parameters for displaying the background?
Hi @Kuldas,
I hope you are well today and thank you for your question.
There isn’t any specific requirement of background image size so you can set any image there.
If you don’t want the image to stretch then add the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
body {
background-size: initial !important;
background-position: center top !important;
}
Best regards,
Shufflehound team
Popular choice
Professional Developers At Your Fingertips!
If you need services beyond standard support, we've got your back!
Services we offer:
Graphic work / visualizations Full WordPress development and design
We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies.