Skip to content

Commit

Permalink
Fixes #4009: While loading the image, images should be update fully i…
Browse files Browse the repository at this point in the history
…n particular row of Unsplash modal issue fixed
  • Loading branch information
saravanan477 committed Aug 25, 2020
1 parent 414f4b3 commit 921889d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/js/templates/unsplash.jst.ejs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<% if(photo != null){ %>
<div class="clearfix">
<a class="pull-left navbar-btn js-unsplash-changebackground" href="javascript:void(0);" target="_blank" data-url="<%= photo.urls.full %>" data-title="<%= photo.alt_description%>">
<img class="img-rounded" title="<%= photo.alt_description%>" alt="[Image: <%= photo.alt_description%>]" src="<%= photo.urls.thumb %>" width="48" height="48">
<img class="img-rounded" title="<%= photo.alt_description%>" alt="[Image: <%= photo.alt_description%>]" src="<%= photo.urls.thumb %>" width="42" height="42">
</a>
</div>
<% } %>

0 comments on commit 921889d

Please sign in to comment.