+ 2

Does anyone know how to stop background images from repeating?How do I make it full screen?

4th Jul 2020, 11:01 AM
Criticoal
8 Answers
+ 4
Background-repeat:no-repeat in your css
4th Jul 2020, 11:19 AM
Precious Brohie
Precious Brohie - avatar
+ 4
background : url(" ") no-repaet center; background -size: cover;
6th Jul 2020, 7:37 AM
Deeproshan Kumar
+ 3
Use background repeat : no - repeat; in CSS or inside the <style> tag Other type to set no repeat background: url(https://source.unsplash.com/1600x900/?monuments,india) no-repeat; hope it helps Happy Coding :)
4th Jul 2020, 12:31 PM
Nilesh
Nilesh - avatar
+ 1
background-size:contain;
4th Jul 2020, 11:20 AM
Precious Brohie
Precious Brohie - avatar
4th Jul 2020, 11:37 AM
Paul Grasser
Paul Grasser - avatar
+ 1
background-image:url() no-repeat;
4th Jul 2020, 1:02 PM
Chinyere Unamba
Chinyere Unamba - avatar
+ 1
Set the image resolution same to your device
6th Jul 2020, 6:40 AM
KETHA SRAVANI
KETHA SRAVANI - avatar
0
background: url(bg.jpg) 50% / cover no-repeat;
4th Jul 2020, 11:47 AM
CalviŐ˛
CalviŐ˛ - avatar