2014-07-23 16:34:13 +00:00
|
|
|
<div class="im_message_video im_message_document_thumbed">
|
2015-04-29 20:20:32 +00:00
|
|
|
<a class="im_message_video_thumb" href="" ng-click="videoOpen()" ng-style="::{width: media.video.thumb.width + 'px'}">
|
|
|
|
<span class="im_message_video_duration" ng-bind="::media.video.duration | duration"></span>
|
2014-07-23 16:34:13 +00:00
|
|
|
<i class="icon icon-videoplay"></i>
|
|
|
|
<img
|
2015-04-11 08:53:42 +00:00
|
|
|
class="im_message_video_thumb im_message_video_thumb_blurred"
|
2014-07-23 16:34:13 +00:00
|
|
|
my-load-thumb
|
2015-04-29 20:20:32 +00:00
|
|
|
thumb="media.video.thumb"
|
2014-07-23 16:34:13 +00:00
|
|
|
/>
|
|
|
|
</a>
|
2015-04-29 20:20:32 +00:00
|
|
|
</div>
|
|
|
|
<div ng-if="::media.rCaption" class="im_message_video_caption" ng-bind-html="::media.rCaption"></div>
|