feat(components/tiles): autoscroll between pages
This commit is contained in:
parent
fa6e1613f2
commit
ee42b07e6a
5 changed files with 122 additions and 26 deletions
|
|
@ -16,6 +16,6 @@ Image page for a tile. Must be in a tile to display correctly.
|
|||
</script>
|
||||
|
||||
<div
|
||||
class="w-full h-full bg-cover bg-center bg-no-repeat"
|
||||
style="background-image: url('{image}');"
|
||||
class="w-full bg-cover bg-center bg-no-repeat"
|
||||
style="height: var(--tile-page-height); background-image: url('{image}');"
|
||||
></div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue