Telegram Web, preconfigured for usage in I2P.
http://web.telegram.i2p/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
386 B
8 lines
386 B
10 years ago
|
<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"
|
||
|
/>
|
||
|
</a>
|
||
|
<div ng-if="::media.rCaption" class="im_message_photo_caption" ng-bind-html="::media.rCaption"></div>
|