Skip to content

Commit f7f7826

Browse files
authoredJun 25, 2023
Merge pull request #483 from bdougherty/patch-1
2 parents 7872c12 + b2fa133 commit f7f7826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/lib/components/vimeo.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
title={`vimeo-${vimeoId}`}
2626
src={`https://player.vimeo.com/video/${vimeoId}?autoplay=${autoPlay}#t=${h}h${m}m${s}s`}
2727
frameBorder="0"
28-
allow="autoplay; fullscreen"
28+
allow="autoplay; fullscreen; picture-in-picture"
2929
allowFullScreen
3030
style={`
3131
position: absolute;

0 commit comments

Comments
 (0)