elevateweb / elevatezoom

1.02k stars 493 forks source link

How to make single zoom script work on multiple images #186

Open seanlunar opened 2 years ago

seanlunar commented 2 years ago

im working on laravel project and i would like zoom to have effect on all the image on the data im calling from the database but its only working on the first image only how can i make it work in all image with the same script. like on the code below??

@foreach ($artworks as $artwork)

{{$artwork->name}}

{{$artwork->price}}
Add to Cart
@endforeach