modal-video icon indicating copy to clipboard operation
modal-video copied to clipboard

Results 54 modal-video issues
Sort by recently updated
recently updated
newest added

If the trigger element is a `div` with a `role="button"` it doesn't act the same as a regular `button` - i.e. doesn't accept spacebar and enter keys. I think it...

wontfix

Livewire validation return value is 0. This is issue in livewire. The only solution I found is remove this library. How to resolve with other way?

Hi, Does modal-video support html 5 video tag? We appreciate your cooperation.

question

Could you dispatch events for when a video is opened/closed? I want to be able to set the URL in the browser through History API.

wontfix

Why the name of the class of the button is different of the class used in the initialization in the readme.md

This issue only seems to occur with Google Chrome ~88. The embed frame opens fine and displays the preview image of the video. but on pressing play the following is...

wontfix

On a mobile phone when you click open a video the users initial reaction is to rotate the phone. On iphone xs plus the video is taller then the rotated...

wontfix

Is it possible to open the modal video with keypress when it is in focus? I'm trying: ``` $(e.currentTarget).on("keypress", function (e) { if (e.which === 13) { console.log("here"); $(this).trigger("click"); }...

wontfix

I added this code to close the video modal on pressing escape key: `jQuery(document).keyup(function(e) { if (e.keyCode == 27) { // Esc jQuery(".modal-video-close-btn.js-modal-video-dismiss-btn").trigger("click") } });`

enhancement

Is it possible to link externally to the modal? If so how could www.example.com/#video trigger the modal to pop up?

help wanted