[b][size=150]Step#1 Navigate on your forum to ADMIN > Settings & delete your background picture in order for this to work.
Step#2 Select a video off of youtube or make your own then upload it to youtube.
Step#3 Go to Imgur.com ([url]https://imgur.com/vidgif[/url]), copy your video link from youtube and on imgur press new post, select video to gif, paste the link.
Step#4 after selecting which part of the video you are gonna use, hit create gif, and once created copy the "video link".
Step#5 Navigate to your forum ADMIN > Design > Developer Code > CSS Code & paste this code: [/size][/b]
[quote][b][size=150]/*
[CSS]Background Gif / Image background code
Edit by: _Forest
Source: Mistforums.com
_DO_NOT_UPLOAD_ANYWHERE_ELSE
*/
body {
background-image: url("YOURGIFLINK.gif");
background-repeat: no-repeat;
}[/size][/b][/quote]
[size=150][b]Paste your link in the parenthesis, make sure the file extension at the end is .gif remove the .mp4 if it comes like that, then hit update & see your changes.
Example site (New) : [url]https://simplelives.mistforums.com/[/url][/b][/size]
[quote][size=150][b]Code used in example site:
body {
background-image: url(https://i.imgur.com/MLwSC8g.gif);
background-repeat: no-repeat;
}[/b][/size][/quote]
[size=150][b]if you need help feel free to post a reply below.[/b][/size]
Step#1 Navigate on your forum to ADMIN > Settings & delete your background picture in order for this to work.
Step#2 Select a video off of youtube or make your own then upload it to youtube.
Step#3 Go to Imgur.com (https://imgur.com/vidgif), copy your video link from youtube and on imgur press new post, select video to gif, paste the link.
Step#4 after selecting which part of the video you are gonna use, hit create gif, and once created copy the video link.
Step#5 Navigate to your forum ADMIN > Design > Developer Code > CSS Code & paste this code: /*
[CSS]Background Gif / Image background code
Edit by: _Forest
Source: Mistforums.com
_DO_NOT_UPLOAD_ANYWHERE_ELSE
*/
body {
background-image: url(YOURGIFLINK.gif);
background-repeat: no-repeat;
}
Paste your link in the parenthesis, make sure the file extension at the end is .gif remove the .mp4 if it comes like that, then hit update & see your changes.
Example site (New) : https://simplelives.mistforums.com/Code used in example site:
body {
background-image: url(https://i.imgur.com/MLwSC8g.gif);
background-repeat: no-repeat;
}
if you need help feel free to post a reply below.