Hello,
I was wondering how I could implement an animated background on one of my dApp pages(https://mintnftlab.com/) to this minting website you see how they have the animated background(https://mint-gorillae.vercel.app/).
Thank you,
Hello,
I was wondering how I could implement an animated background on one of my dApp pages(https://mintnftlab.com/) to this minting website you see how they have the animated background(https://mint-gorillae.vercel.app/).
Thank you,
Yup, many ways to do this.
with a HTML section that specifies the source (src) of the looping video, and css rules that make that element span the page, with a z-index smaller than the other z-index’s of the page.
Some background video/lottie implementation. You can use plugins, but I would try to minimize dependencies.
Hey @seodesignslab,
If you check the network requests for the website, you will notice they are just looping a GIF
Hope that helps.