removes unnecessary hardcoded dimensions of iframe

This commit is contained in:
hobbes7878 2025-04-04 19:30:20 +01:00
parent 63782a7ce1
commit 3d68ad446e
Failed to extract signature

View file

@ -36,8 +36,6 @@
class="h-screen" class="h-screen"
src="https://embed.documentcloud.org/documents/{slug}/?embed=1&responsive=1&title=1" src="https://embed.documentcloud.org/documents/{slug}/?embed=1&responsive=1&title=1"
title={altText} title={altText}
width="700"
height="540"
sandbox="allow-scripts allow-same-origin allow-popups allow-forms allow-popups-to-escape-sandbox" sandbox="allow-scripts allow-same-origin allow-popups allow-forms allow-popups-to-escape-sandbox"
></iframe> ></iframe>
</Block> </Block>