Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce the playsinline attribute #170

Merged
merged 1 commit into from
Feb 9, 2025

Conversation

mattesmohr
Copy link
Member

The pull request adds the missing playsinline attribute. It is used on the video element to indicate that it should play inline instead of in fullscreen mode.

Video {
   Source()
      .source("...mp4")
      .type(.mp4)
}
.playInline()

@mattesmohr mattesmohr marked this pull request as ready for review February 9, 2025 16:50
@mattesmohr mattesmohr merged commit 840aecc into main Feb 9, 2025
1 check passed
@mattesmohr mattesmohr deleted the introduce-playsinline-attribute branch February 9, 2025 17:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant