From 4952eff98ff6694f19e1d6d0b0a2650e88936c90 Mon Sep 17 00:00:00 2001 From: jrtechs Date: Thu, 19 Jul 2018 20:41:00 -0400 Subject: [PATCH] Fixed style issue which happened after images were re-sized. --- posts/singlePost.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts/singlePost.js b/posts/singlePost.js index ffbb15f..e0a2b7f 100644 --- a/posts/singlePost.js +++ b/posts/singlePost.js @@ -119,7 +119,7 @@ module.exports= if(!(post.picture_url === "n/a")) { html +="\"\""; + "\" alt=\"\" style=\"width:100%; height:10%\">"; } html += "
";