Fix video fullscreen mode on mobile
This commit is contained in:
@@ -126,7 +126,7 @@
|
||||
|
||||
//ADDED-START
|
||||
if(self.options.hasVideo) {
|
||||
this.$video = $('<video class="lb-video" src="" controls="true" autoplay playsinline></video>');
|
||||
this.$video = $('<video class="lb-video" controls autoplay></video>');
|
||||
this.$image.after(this.$video);
|
||||
this.videoBorderWidth = {
|
||||
top: parseInt(this.$video.css('border-top-width'), 10),
|
||||
|
||||
Reference in New Issue
Block a user