compromise between fully loading neoboxels content and not loading it all (performance reasons)
This commit is contained in:
parent
902ef5ed0c
commit
552f075f31
2 changed files with 1 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue