fix video controls

This commit is contained in:
Peter Maquiran
2024-07-29 17:23:41 +01:00
parent 66274d059a
commit 2e7ebc71ce
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -122,7 +122,7 @@ export class SwiperPage implements OnInit {
video.removeAttribute('controls');
setTimeout(() => {
video.setAttribute('controls', 'controls');
}, 10)
}, 500)
}
}