# Video ends up choppy on site after zola serve

**URL:** https://zola.discourse.group/t/video-ends-up-choppy-on-site-after-zola-serve/2506
**Category:** Support
**Created:** [March 9, 2025, 6:47pm UTC](https://zola.discourse.group/t/video-ends-up-choppy-on-site-after-zola-serve/2506 "2025-03-09T18:47:57Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Zleonska](https://avatars.discourse-cdn.com/v4/letter/z/c5a1d2/32.png) [@Zleonska](https://zola.discourse.group/u/Zleonska)
#### Post date: [March 9, 2025, 6:47pm UTC](https://zola.discourse.group/t/video-ends-up-choppy-on-site-after-zola-serve/2506/1 "2025-03-09T18:47:57Z")

</div>

Looking for help posting a video

The video runs smoothly on my computer.  
I tried the following in markdown with disappointing results

video width=“640” height=“480” controls\>  
source src=“/video/…” type=“video/mp4” type=“video/mp4”\>  
/video\>

EDIT: removed \< from each line to prevent empty video box. I know they are needed! 😉

What is the correct way to place a video?

---

<div class="post-metadata">

### Author: ![adrianboston](https://yyz2.discourse-cdn.com/free1/user_avatar/zola.discourse.group/adrianboston/32/907_2.png) [@adrianboston](https://zola.discourse.group/u/adrianboston)
#### Post date: [March 9, 2025, 10:18pm UTC](https://zola.discourse.group/t/video-ends-up-choppy-on-site-after-zola-serve/2506/2 "2025-03-09T22:18:29Z")

</div>

> The video runs smoothly on my computer.

How are you viewing it on your computer.

This is very unlikely related to zola. Most likely a browser issue.

[A Beginner's Guide to HTML5 Video Encoding](https://imagekit.io/blog/html5-video-encoding/#:~:text=The%20TL%3BDR%20of%20producing,tag%20right%20away).

---

<div class="post-metadata">

### Author: ![Zleonska](https://avatars.discourse-cdn.com/v4/letter/z/c5a1d2/32.png) [@Zleonska](https://zola.discourse.group/u/Zleonska)
#### Post date: [March 9, 2025, 10:34pm UTC](https://zola.discourse.group/t/video-ends-up-choppy-on-site-after-zola-serve/2506/3 "2025-03-09T22:34:44Z")

</div>

Thank-you for pointing out it could be a browser issue. Sure enough, it is working in Firefox but not in Vivaldi

I appreciate you taking the time to respond to my question
