compromise between fully loading neoboxels content and not loading it all (performance reasons)

This commit is contained in:
biglyderv 2025-05-29 04:58:33 -04:00
parent 902ef5ed0c
commit 552f075f31
Signed by: biglyderv
GPG key ID: 0E2EB0B4CD7397B5
2 changed files with 1 additions and 5 deletions

View file

@ -6,10 +6,7 @@
<% } else if (contentN.ext == '!neoboxels') { %>
</a>
<a class='link' href='https://sand.dervland.net/?embed=https://com.dervland.net<%= contentN.path %>'>
https://sand.dervland.net/?embed=https://com.dervland.net<%= contentN.path %>
</a>
<iframe width="<%= contentN.width %>" height="<%= contentN.height %>" src="https://sand.dervland.net/?only=true&upscale=1&embed=https://com.dervland.net<%= contentN.path %>"></iframe>
<a>
Neoboxels Save
<% } else if (['txt','json'].indexOf(contentN.ext) != -1) { %>
<%= contentN.href %>
</a>