2014-07-23 20:34:13 +04:00
|
|
|
<div class="im_message_video im_message_document_thumbed">
|
2014-11-05 21:37:01 +03:00
|
|
|
<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>
|
2014-07-23 20:34:13 +04:00
|
|
|
<i class="icon icon-videoplay"></i>
|
|
|
|
<img
|
2015-04-11 11:53:42 +03:00
|
|
|
class="im_message_video_thumb im_message_video_thumb_blurred"
|
2014-07-23 20:34:13 +04:00
|
|
|
my-load-thumb
|
2014-11-05 21:37:01 +03:00
|
|
|
thumb="video.thumb"
|
2014-07-23 20:34:13 +04:00
|
|
|
/>
|
|
|
|
</a>
|
|
|
|
</div>
|