Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not seem to work inside an {#each} block of images? #95

Open
rchrdnsh opened this issue Dec 6, 2020 · 0 comments
Open

Does not seem to work inside an {#each} block of images? #95

rchrdnsh opened this issue Dec 6, 2020 · 0 comments

Comments

@rchrdnsh
Copy link

rchrdnsh commented Dec 6, 2020

I have code like this:

{#each posts as post }
  <div class='post'>
    <div class='image' class:playing-border={currentTitle === post.title}>
      <Image class='rounded-svelte-image' src={post.image} alt={post.alt} />
    </div>
    <!-- other cool stuff in hurrr -->
  </div>
{/each}

...but the blur or trace does not seem to show up on these images when I test it out...do I need to do anything special when using this inside an {#each} block in any way?

Or am I doing anything incorrect?

also, just caught this in the terminal...from svelte-image?

Cannot process a dynamic value: MustacheTag
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant