We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7872c12 + b2fa133 commit f7f7826Copy full SHA for f7f7826
src/lib/components/vimeo.svelte
@@ -25,7 +25,7 @@
25
title={`vimeo-${vimeoId}`}
26
src={`https://player.vimeo.com/video/${vimeoId}?autoplay=${autoPlay}#t=${h}h${m}m${s}s`}
27
frameBorder="0"
28
- allow="autoplay; fullscreen"
+ allow="autoplay; fullscreen; picture-in-picture"
29
allowFullScreen
30
style={`
31
position: absolute;
0 commit comments