How do we add a GIF background to your website?

Hi! i wanted to know if we can add a GIF background to glitch? I wanted to add another background to my website but then i found a GIF that looked cute. i dont know how to add a GIF to my website so i decided to ask for help. :blush:

Hi. Here is what I found simply from a google search:

body { background-image:url('myImage.gif'); background-repeat:repeat; }

Put the code in the header section of your site and replace myimage.gif with your gif image source/url

1 Like

thank you so much!

1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.