Merge branch 'master' of github.com:RocketChat/Rocket.Chat

pull/550/head
Rodrigo Nascimento 11 years ago
commit e10beca9a1
  1. 2
      packages/rocketchat-oembed/client/oembedImageWidget.html

@ -2,7 +2,7 @@
<a href="{{url}}" target="_blank">
{{#if parsedUrl}}
<blockquote>
<img src="{{url}}" height="200" style="max-width: 100%" />
<div style="background-image: url({{url}}); background-size: contain; background-repeat: no-repeat; background-position: center left; height: 200px;"></div>
</blockquote>
{{/if}}
</a>

Loading…
Cancel
Save