From 9d98e87a8ff29707e1d83607b875c5d5aaf542d5 Mon Sep 17 00:00:00 2001 From: kabir <123084434+kabir-afk@users.noreply.github.com> Date: Wed, 21 Aug 2024 15:19:44 +0530 Subject: [PATCH] feat : iframe video overlay buttons (#110) * bugfix : reset width query parameter from 2700 to 250 this caused the video to be enormously huge * added overlay buttons maximized the video size to 370px for better results * refactor : btn positions * remove : style tag * feat : added CSS for overlay buttons --- SignItVideosGallery.js | 46 ++----------------------------- content_scripts/wpintegration.css | 29 +++++++++++++++++++ popup/popup.css | 29 +++++++++++++++++++ 3 files changed, 60 insertions(+), 44 deletions(-) diff --git a/SignItVideosGallery.js b/SignItVideosGallery.js index 555cea5..9166baf 100644 --- a/SignItVideosGallery.js +++ b/SignItVideosGallery.js @@ -10,7 +10,7 @@ var SignItVideosGallery = function (container) { this.nextVideoButton = new OO.ui.ButtonWidget({ icon: "nextBtn", framed: false, - classes: ["signit-gallery-videos-button", "signit-gallery-videos-next"], + classes: ["signit-gallery-videos-buttons", "signit-gallery-videos-next"], }); this.$videoContainer = $('