Add anchor to poster url
This commit is contained in:
@@ -59,7 +59,7 @@
|
|||||||
]
|
]
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<section class="poster-layout grid">
|
<section class="poster-layout grid" id="poster">
|
||||||
<h2 class="title-huge">
|
<h2 class="title-huge">
|
||||||
{product.location.name}
|
{product.location.name}
|
||||||
</h2>
|
</h2>
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
<div class="poster">
|
<div class="poster">
|
||||||
{#if image}
|
{#if image}
|
||||||
<a href="/shop/poster-{location.slug}" sveltekit:noscroll sveltekit:prefetch>
|
<a href="/shop/poster-{location.slug}#poster" sveltekit:noscroll sveltekit:prefetch>
|
||||||
<Image
|
<Image
|
||||||
id={image.id}
|
id={image.id}
|
||||||
sizeKey="product"
|
sizeKey="product"
|
||||||
|
|||||||
Reference in New Issue
Block a user