Hi
I'm trying to make video gallery with local videos and html code I'm using looks like this:
<iframe src="path-to-video/video.mp4" height="720" width="1280"></iframe>
and when I click on thumbnail lightbox opens and I only hear audio but not video.
Also, on your demo page local video is not loading:
demo page
What am I doing wrong?
Kind regards