.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Captain ALM 2022-07-27 13:53:38 +01:00
parent 8d37f85476
commit 63bd03014a
Signed by: alfred
GPG Key ID: 4E4ADD02609997B1
2 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@
<div class="item-table-360">
<div>
{{ if eq .VideoLocation "" }}
<img src="{{ $.Data.NoVideoImageLocation }}" alt="No Video">
<img src="{{ $.Data.NoVideoImageLocation }}" alt="No Video" width="320">
{{ else }}
<video controls width="360">
<source src="{{ .VideoLocation }}" type="{{ .VideoContentType }}">

View File

@ -148,7 +148,7 @@ entries:
<p>
This project is under the BSD-3-Clause License, so if reusing, you must scrub references to me, the yml file this is written in is under
Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International <a href="https://creativecommons.org/licenses/by-nc-nd/4.0/">
<img src="https://mirrors.creativecommons.org/presskit/buttons/88x31/png/by-nc-nd.png" alt="License"></a>.
<img src="https://mirrors.creativecommons.org/presskit/buttons/88x31/png/by-nc-nd.png" alt="License" height="16"></a>.
</p>
<p>
Find the source code here: <a href="https://code.mrmelon54.xyz/alfred/cityuni-webserver">https://code.mrmelon54.xyz/alfred/cityuni-webserver</a>