trying to fix the default rss feed image

This commit is contained in:
Greg Gauthier 2021-12-03 00:39:08 +00:00
parent 943c641314
commit 619a504ecf
2 changed files with 13 additions and 8 deletions

View File

@ -1,8 +1,7 @@
<div style="text-align: center;">
<figure>
<video controls src="{{ index .Params 0 }}" type="video/mpeg" width="640px" height="385px"
style="border-width: 0">
<figcaption>{{index .Params 1}}</figcaption>
</video>
</figure>
</div>
<div style="text-align: center;padding: 2px">
<figure>
<video controls src="{{ index .Params 0 }}" type="video/mpeg" width="480">
<figcaption>{{index .Params 1}}</figcaption>
</video>
</figure>
</div>

View File

@ -145,3 +145,9 @@ div.note
overflow: hidden;
padding: 15px 55px;
}
div.featured-image
{
width: fit-content;
padding: 1px;
}