mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 18:11:40 -05:00
Fixing issue #1170
Add an empty alt attribute for <img tag , to fixing broken empty image placement in firefox as suggested by @bharatjilledumudi
This commit is contained in:
parent
fef1818f4a
commit
98dce87740
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
{{#if embedlyKeyExists}}
|
||||
<div class="post-thumbnail-outer-wrapper" style="{{outerStyle}}">
|
||||
<div class="post-thumbnail-inner-wrapper" style="{{innerStyle}}">
|
||||
<img src="{{this.value}}" class="post-thumbnail-preview" style="{{style}}"/>
|
||||
<img src="{{this.value}}" class="post-thumbnail-preview" alt="" style="{{style}}"/>
|
||||
<div class="post-thumbnail-loading">{{>spinner}}</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue