VideoGifGenerator seeking fix for safari

This commit is contained in:
Pogodaanton 2020-06-25 19:56:37 +02:00
parent ef809ef7f6
commit 4a81eafd76
1 changed files with 0 additions and 1 deletions

View File

@ -73,7 +73,6 @@ const VideoGifGenerator: React.ComponentType<{}> = props => {
const videoEl = document.createElement("video");
videoEl.style.display = "none";
videoEl.preload = "metadata";
videoEl.autoplay = false;
/**