webogram-i2p/app/partials/mobile/message_attach_video.html
2015-04-11 11:53:42 +03:00

11 lines
447 B
HTML

<div class="im_message_video im_message_document_thumbed">
<a class="im_message_video_thumb" href="" ng-click="videoOpen()" ng-style="::{width: video.thumb.width + 'px'}">
<span class="im_message_video_duration" ng-bind="::video.duration | duration"></span>
<i class="icon icon-videoplay"></i>
<img
class="im_message_video_thumb im_message_video_thumb_blurred"
my-load-thumb
thumb="video.thumb"
/>
</a>
</div>