trying to fix the default rss feed image
This commit is contained in:
parent
943c641314
commit
619a504ecf
@ -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>
|
@ -145,3 +145,9 @@ div.note
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
padding: 15px 55px;
|
padding: 15px 55px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.featured-image
|
||||||
|
{
|
||||||
|
width: fit-content;
|
||||||
|
padding: 1px;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user