diff --git a/src/components/PsVideo.ts b/src/components/PsVideo.ts index 9f5962f6..2a645189 100644 --- a/src/components/PsVideo.ts +++ b/src/components/PsVideo.ts @@ -99,15 +99,6 @@ class VideoContentSetup { pswp.on("close", () => { if (isVideoContent(pswp.currSlide.content)) { - // Switch from zoom to fade closing transition, - // as zoom transition is choppy for videos - if ( - !pswp.options.showHideAnimationType || - pswp.options.showHideAnimationType === "zoom" - ) { - pswp.options.showHideAnimationType = "fade"; - } - // prevent more requests this.destroyVideo(pswp.currSlide.content); }