File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -254,7 +254,7 @@ function OYTE_Gifv($data)
254254
255255 // Got something!
256256 else
257- $ result = '<video preload="auto" autoplay="autoplay" loop="loop" style="max-width: ' . (empty ($ modSettings ['OYTE_video_width ' ]) ? '480 ' : $ modSettings ['OYTE_video_width ' ]) .'px; max-height: ' . (empty ($ modSettings ['OYTE_video_height ' ]) ? '270 ' : $ modSettings ['OYTE_video_height ' ]) .'px;" src="//i.imgur.com/ ' . $ videoID .'.webm">
257+ $ result = '<video class="oharaEmbed gifv" preload="auto" autoplay="autoplay" loop="loop" style="max-width: ' . (empty ($ modSettings ['OYTE_video_width ' ]) ? '480 ' : $ modSettings ['OYTE_video_width ' ]) .'px; max-height: ' . (empty ($ modSettings ['OYTE_video_height ' ]) ? '270 ' : $ modSettings ['OYTE_video_height ' ]) .'px;" src="//i.imgur.com/ ' . $ videoID .'.webm">
258258 <source src="//i.imgur.com/ ' . $ videoID .'.webm" type="video/webm"></source>
259259</video> ' ;
260260
You can’t perform that action at this time.
0 commit comments