fix: Restrict height, fix syntax

This commit is contained in:
moanos [he/him] 2025-03-04 17:59:52 +01:00
parent b90ecbadc4
commit cc9b0733dc

View File

@ -1,5 +1,4 @@
<div>
<object data="/uploads/{{ index .Params 0}}.pdf" type="application/pdf" width="100%" height="500px">
<p><a href="/uploads/{{ index .Params 0}}.pdf">Download the PDF!</a></p>
<object class="fitvidsignore" data="/uploads/{{ index .Params 0}}.pdf" type="application/pdf" width="100%" height="500px">
<p><a href="/uploads/{{ index .Params 0}}.pdf">Download the PDF!</a></p>
</object>