Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Latest commit

 

History

History
37 lines (24 loc) · 1004 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 1004 Bytes

Audio and video information

Please make sure that you got the audio and video enable in your current browser

Video information

Video taken from the WFF Youtube channel. All the credits for the video go to WWF.

Since the video “climate_change.mp4” is 2:15 minutes long, it will take a long time to check the Eventlistener for ending the video. Because of that I provided another video “short.mp4”.

To check the ending faster please change the HTML in row 148 - 152

FROM:

<video width=“900” height=“auto” disablepictureinpicture controlslist=“nodownload”>
    <source src=“media/video/climate_change.mp4” type=“video/mp4”>
</video>

TO:

<video width=“900” height=“auto” disablepictureinpicture controlslist=“nodownload”>
    <source src=“media/video/short.mp4” type=“video/mp4”>
</video>

License

MIT}