increased image size in rss
This commit is contained in:
parent
37c4dc19de
commit
d7575802ba
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ proc compileRSSPage(content: string, search_query: string = ""): string =
|
||||||
<title>{title}</title>
|
<title>{title}</title>
|
||||||
<link>{o_vid_uri}</link>
|
<link>{o_vid_uri}</link>
|
||||||
<description>{title}<br />
|
<description>{title}<br />
|
||||||
<img src="{vid_thumb}"><br />
|
<img src="{vid_thumb}" width="500" ><br />
|
||||||
<a href="{o_vid_uri}">{o_vid_uri}</a>
|
<a href="{o_vid_uri}">{o_vid_uri}</a>
|
||||||
</description>
|
</description>
|
||||||
<media:content url="{vid_thumb}" type="image/png" medium="image">
|
<media:content url="{vid_thumb}" type="image/png" medium="image">
|
||||||
|
|
Loading…
Reference in a new issue