Browse Source

Fixed style issue which happened after images were re-sized.

pull/4/head
jrtechs 5 years ago
parent
commit
4952eff98f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      posts/singlePost.js

+ 1
- 1
posts/singlePost.js View File

@ -119,7 +119,7 @@ module.exports=
if(!(post.picture_url === "n/a"))
{
html +="<img src=\"/img/posts/" + post.picture_url +
"\" alt=\"\" class=\"w-100\">";
"\" alt=\"\" style=\"width:100%; height:10%\">";
}
html += "<div class=\"p-4\"><div class=\"\">";

Loading…
Cancel
Save