A task was assigned to implement custom picture-in-picture for YouTube videos. So I attempted to complete this assignment utilizing solely JavaScript, CSS, and HTML ideas.
To utilize this project, you must either clone the project or download the zip folder. Following that, the following procedure should be followed:
- Repo clone =>
git clone https://github.com/alanherprovat/Ecomclips_Task.git
- Navigate to the project folder and open CMD.
- Type
code .
in cmd - Visual Studio should open and you are ready to play with the live server.
- Custom Picture-in-Picture Mode
- Scroll Event Listener
- Custom Grid-List
If you'd like to contribute to this project, please follow these guidelines.
- Fork the project.
- Create your feature branch:
git checkout -b feature/your-feature
. - Commit your changes:
git commit -m 'Add some feature'
. - Push to the branch:
git push origin feature/your-feature
. - Create a pull request.