Browse Source

Mobile gif fixes

master
Igor Zhukov 8 years ago
parent
commit
147635d13a
  1. 2
      app/partials/mobile/full_gif.html

2
app/partials/mobile/full_gif.html

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<div class="img_gif_image_wrap">
<div ng-if="document.url" ng-show="document.downloaded &amp;&amp; isActive" ng-switch="document.mime_type == 'video/mp4'">
<video ng-switch-when="true" width="{{document.thumb.width}}" height="{{document.thumb.height}}" loop autoplay class="img_gif_video">
<video ng-switch-when="true" width="{{document.thumb.width}}" height="{{document.thumb.height}}" controls class="img_gif_video">
<source ng-src="{{document.url}}" type="video/mp4">
</video>
<img ng-switch-default class="img_gif_image" ng-src="{{document.url}}" width="{{document.thumb.width}}" height="{{document.thumb.height}}" />

Loading…
Cancel
Save