79279276

Date: 2024-12-13 18:40:43
Score: 2
Natty:
Report link

In Bootstrap 5.3.3 (Dec 2024):

Add id="videoModal" to the modal. Also add id="videoIframe" to the iframe.

Then, script:

document.getElementById('videoModal').addEventListener('hide.bs.modal', () => document.getElementById('videoIframe').src = document.getElementById('videoIframe').src);

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Henrique Baldy