|
$html .= '<video data-mime="' . $mime . '" width="' . ( $thumbnailSize * 0.9 ) . '" height="' . ( $thumbnailSize * 0.7 ). '" controls loop ' . $preload_and_poster . '>'; |
U can fix it by adding: preload = "auto"
like: <video preload = "auto" data-mime ......
Even if thumb was not genereted it can be play.

no video time and other and cant play that.
Then after adding : preload = "auto"

And u can click play the video.
have a nice day.
InstaGallery/index.php
Line 211 in dfa6925
U can fix it by adding: preload = "auto"
like: <video preload = "auto" data-mime ......
Even if thumb was not genereted it can be play.

no video time and other and cant play that.
Then after adding : preload = "auto"

And u can click play the video.
have a nice day.