|
@@ -22,7 +22,7 @@
|
|
|
<a href="<: $route :>/<: $post.id :>" class="tile">
|
|
<a href="<: $route :>/<: $post.id :>" class="tile">
|
|
|
: }
|
|
: }
|
|
|
: if ($post.is_video) {
|
|
: if ($post.is_video) {
|
|
|
- <video preload="metadata" class="responsive" controls poster="<: $post.preview :>" >
|
|
|
|
|
|
|
+ <video preload="none" class="responsive" controls poster="<: $post.preview :>" >
|
|
|
<source src="<: $post.href :>" type="<: $post.content_type :>" />
|
|
<source src="<: $post.href :>" type="<: $post.content_type :>" />
|
|
|
Your browser does not support the video tag.
|
|
Your browser does not support the video tag.
|
|
|
</video>
|
|
</video>
|
|
@@ -58,7 +58,7 @@
|
|
|
<div style="background-image:url(<: $post.preview :>);" class="responsive preview"></div>
|
|
<div style="background-image:url(<: $post.preview :>);" class="responsive preview"></div>
|
|
|
: }
|
|
: }
|
|
|
: if ( $post.video_href ) {
|
|
: if ( $post.video_href ) {
|
|
|
- <video class="responsive" controls poster="<: $post.preview :>" >
|
|
|
|
|
|
|
+ <video preload="none" class="responsive" controls poster="<: $post.preview :>" >
|
|
|
<source src="<: $post.video_href :>" type="<: $post.video_content_type :>" />
|
|
<source src="<: $post.video_href :>" type="<: $post.video_content_type :>" />
|
|
|
Your browser does not support the video tag.
|
|
Your browser does not support the video tag.
|
|
|
</video>
|
|
</video>
|
|
@@ -70,7 +70,7 @@
|
|
|
</audio>
|
|
</audio>
|
|
|
: }
|
|
: }
|
|
|
: if ( $post.is_video ) {
|
|
: if ( $post.is_video ) {
|
|
|
- <video class="responsive" controls poster="<: $post.preview :>" >
|
|
|
|
|
|
|
+ <video preload="none" class="responsive" controls poster="<: $post.preview :>" >
|
|
|
<source src="<: $post.href :>" type="<: $post.content_type :>" />
|
|
<source src="<: $post.href :>" type="<: $post.content_type :>" />
|
|
|
Your browser does not support the video tag.
|
|
Your browser does not support the video tag.
|
|
|
</video>
|
|
</video>
|