Why does my background gif keep repeating on my webpage?

As you can see the gif is repeating over and over, I just want the single gif on the page. I am using spotlight theme and heres the code im using
body {
background: url(“scab.webp”) !important; /* chanage image as you like */
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}

https://ysdcl835raklulpf-80792715586.shopifypreview.com heres preview, thank you so much

Hey,

Please use the below code:

body {
background-image: url(scab.webp)!important;
background-repeat: no-repeat !important;
background-position: center !important;
background-size: cover !important;
}

I hope it will help you to solve this problem.

Thank You

1 Like

thank you so much it worked

it dosent fill the whole screen it fills only a portion