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

View File

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