elevatezoom
elevatezoom copied to clipboard
How to make single zoom script work on multiple images
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}}
<a href="#" class="filled-button">Add to Cart</a>
</div>
</div

</div>
@endforeach