StephenXie / ProjectAlpha

Interactive website for mini-projects built with Django
https://www.stephenxie.com/
GNU General Public License v3.0
7 stars 1 forks source link

Adding a Preloader #47

Open AmreshSinha opened 3 years ago

AmreshSinha commented 3 years ago

While loading the page(for the first time) you can clearly see that for some seconds the page is just white because all the font color is in white and the image takes time to load.

One way to solve (actually hide) is by adding a Preloader. And that will look great too!

StephenXie commented 3 years ago

Thank you for your suggestion, I'll look into it. The main reason for this issue is the switch from storing the video locally vs. using the Pexels API, but I have found preloaders a better solution. Thanks.