parent
45d38d8833
commit
91ac271a2b
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ class VideoFileHandlerTheme extends Themelet
|
||||||
|
|
||||||
$html .= "
|
$html .= "
|
||||||
<video controls class='shm-main-image' id='main_image' alt='main image' poster='$thumb_url' {$autoplay} {$loop} {$mute}
|
<video controls class='shm-main-image' id='main_image' alt='main image' poster='$thumb_url' {$autoplay} {$loop} {$mute}
|
||||||
style='height: $height; width: $width; max-width: 100%; object-fit: cover;'>
|
style='height: $height; width: $width; max-width: 100%; object-fit: contain;'>
|
||||||
<source src='{$ilink}' type='{$mime}'>
|
<source src='{$ilink}' type='{$mime}'>
|
||||||
|
|
||||||
<!-- If browser doesn't support filetype, fallback to flash -->
|
<!-- If browser doesn't support filetype, fallback to flash -->
|
||||||
|
|
Reference in a new issue