Skip to content

feat(VVideo): add hide-progress-bar prop#22636

Merged
J-Sek merged 5 commits intovuetifyjs:masterfrom
Abdulqudus001:feat/add-hide-seek-props
Mar 18, 2026
Merged

feat(VVideo): add hide-progress-bar prop#22636
J-Sek merged 5 commits intovuetifyjs:masterfrom
Abdulqudus001:feat/add-hide-seek-props

Conversation

@Abdulqudus001
Copy link
Copy Markdown
Contributor

@Abdulqudus001 Abdulqudus001 commented Feb 21, 2026

Resolves #22633

Added an extra prop called hide-progress-bar that allows us to hide the seek bar without having to use the controls slot

Markup:

<template>
  <v-app>
    <v-container>
      <v-video
        aspect-ratio="16/9"
        image="https://cdn.jsek.work/cdn/vt-sunflowers.jpg"
        hide-progress-bar
        src="https://cdn.jsek.work/cdn/vt-sunflowers.mp4"
      />
    </v-container>
  </v-app>
</template>

@Abdulqudus001 Abdulqudus001 marked this pull request as draft February 21, 2026 15:04
@Abdulqudus001 Abdulqudus001 force-pushed the feat/add-hide-seek-props branch from 2e76a52 to d460ea8 Compare February 21, 2026 15:08
@Abdulqudus001 Abdulqudus001 marked this pull request as ready for review February 21, 2026 15:17
@J-Sek

This comment was marked as resolved.

@Abdulqudus001

This comment was marked as resolved.

@J-Sek J-Sek changed the title feat(VVideo): add hide-seek props to api feat(VVideo): add hide-seekbar prop Mar 18, 2026
@J-Sek J-Sek changed the title feat(VVideo): add hide-seekbar prop feat(VVideo): add hide-progress-bar prop Mar 18, 2026
@J-Sek J-Sek merged commit 0e5a2cb into vuetifyjs:master Mar 18, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature Request] VVideo: allow hiding progress bar

2 participants