How to Add Your Photos and Videos

For Photos:

Replace the placeholder divs with <img> tags pointing to your image files. Example:

<img src="images/photo1.jpg" alt="Cafe interior">

For Videos:

Replace the placeholder divs with <video> tags or embed YouTube/Vimeo videos. Example:

<video controls><source src="videos/video1.mp4" type="video/mp4"></video>

For YouTube Videos:

Use the embed code from YouTube. Example:

<iframe src="https://www.youtube.com/embed/VIDEO_ID" frameborder="0" allowfullscreen></iframe>