2015-04-29 20:20:53 +00:00
|
|
|
<a class="im_message_photo_thumb" ng-click="openPhoto(media.photo.id, {m: messageId})" ng-style="::{width: media.photo.thumb.width + 'px'}" ng-mouseover="preloadPhoto(media.photo.id)">
|
|
|
|
<img
|
|
|
|
class="im_message_photo_thumb"
|
|
|
|
my-load-thumb
|
|
|
|
thumb="media.photo.thumb"
|
2016-02-09 19:42:01 +00:00
|
|
|
alt="[{{::'conversation_media_photo' | i18n}}]"
|
2015-04-29 20:20:53 +00:00
|
|
|
/>
|
|
|
|
</a>
|
|
|
|
<div ng-if="::media.rCaption" class="im_message_photo_caption" ng-bind-html="::media.rCaption"></div>
|