# Custom UI on video element

**URL:** https://community.weweb.io/t/custom-ui-on-video-element/16202
**Category:** Ask us anything
**Created:** [January 31, 2025, 6:06pm UTC](https://community.weweb.io/t/custom-ui-on-video-element/16202 "2025-01-31T18:06:45Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![ace](https://sea2.discourse-cdn.com/flex016/user_avatar/community.weweb.io/ace/32/12681_2.png) [@ace](https://community.weweb.io/u/ace)
#### Post date: [January 31, 2025, 6:06pm UTC](https://community.weweb.io/t/custom-ui-on-video-element/16202/1 "2025-01-31T18:06:45Z")

</div>

Hey folks,

I’m working on a site where videos will be featured prominently; I’m hoping that the UI for the videos themselves can be a bit nicer. Is there a way to manipulate the UI of the video controls in the weweb video component? I.e. play/pause button, timeline, etc.

thanks!

---

<div class="post-metadata">

### Author: ![Broberto](https://sea2.discourse-cdn.com/flex016/user_avatar/community.weweb.io/broberto/32/5918_2.png) [@Broberto](https://community.weweb.io/u/Broberto)
#### Post date: [January 31, 2025, 7:50pm UTC](https://community.weweb.io/t/custom-ui-on-video-element/16202/2 "2025-01-31T19:50:22Z")

</div>

You can do this by using position absolute and making your own UI from icons etc. That’s how everyone does it in, very very abstracted.

---

<div class="post-metadata">

### Author: ![ace](https://sea2.discourse-cdn.com/flex016/user_avatar/community.weweb.io/ace/32/12681_2.png) [@ace](https://community.weweb.io/u/ace)
#### Post date: [January 31, 2025, 7:57pm UTC](https://community.weweb.io/t/custom-ui-on-video-element/16202/3 "2025-01-31T19:57:06Z")

</div>

oh woah! I hadn’t thought of that. thanks man!
