cdowdy / boltresponsiveimages

Responsive Image Extension for Bolt CMS. Using picturefill and img srcset
MIT License
12 stars 5 forks source link

multiple images call multiple script tags #17

Closed jemont closed 8 years ago

jemont commented 8 years ago

when i have multiple images, like in a blog list where I show 6 blog post with images, the addAsset method is called 6 times. for now i commentent out

$app['asset.queue.snippet']->add($asset);

and included the asset once in my template

cdowdy commented 8 years ago

well rats! I thought I fixed that!

What version are you on?

related #13

jemont commented 8 years ago

ok sorry i was on 2.0.4. Just updated and yeah you fixed it. I discovered the issue a few weeks ago, but never posted it here. sorry agin

cdowdy commented 8 years ago

@jemont o no worries! I thought I messed up the newest release haha. I appreciate you posting an issue about it though!