diff --git a/src/generators/html.cpp b/src/generators/html.cpp
index 863ef7f..e7152e2 100644
--- a/src/generators/html.cpp
+++ b/src/generators/html.cpp
@@ -86,7 +86,7 @@ void write_html(ostream &out, const vector &entries)
{
out << " Screenshot:
"
<< "
)"
+ << entry.screenshot_filepath << R"(" height="200">
)"
<< '\n';
}
out << " \n";
diff --git a/src/generators/rss.cpp b/src/generators/rss.cpp
index 0887f45..14b2b5a 100644
--- a/src/generators/rss.cpp
+++ b/src/generators/rss.cpp
@@ -179,7 +179,7 @@ void write_rss(ostream &out, const vector &entries,
entry.screenshot_filepath;
item_description += "\">)") += '\n';
+ (item_description += R"(" height="200">)") += '\n';
}
write_line(out, 6, "description",
"");