Algo-Phantoms / Algo-Phantoms-Frontend

Website of Algo Phantoms, an Open Source organization focuses on Data Structure and Algorithms.
https://algo-phantoms.github.io/Algo-Phantoms-Frontend/
MIT License
94 stars 192 forks source link

Bg fix #548

Open Bhargav644 opened 3 years ago

Bhargav644 commented 3 years ago

Fixed Background Glitch

Fixes # (Gif added in Background was reoccurring in 2-5 seconds and it seems like a glitch)

This glitch was an outcome of:

<img src="video/background.gif" class="vid-bg" alt="background-gif">

Type of change

<video style="width:100%; height:auto;" class="vid-bg" autoplay muted loop id="myVideo">
            <source src="video/video.mp4" type="video/mp4">
  </video>

How Has This Been Tested?

UI /UX changes

Attach gif or screenshot for changes.

https://user-images.githubusercontent.com/80115963/132988540-aa1aa373-3d42-43a5-ba69-9ac4cfc2e2cf.mp4

https://user-images.githubusercontent.com/80115963/132988576-4a244b3a-37a6-405d-8792-fe6d872d130f.mp4

Checklist:

Bhargav644 commented 3 years ago

@harikesh409 sir I have fixed the Background-glitch please merge it.