elevatezoom icon indicating copy to clipboard operation
elevatezoom copied to clipboard

How to make single zoom script work on multiple images

Open seanlunar opened this issue 4 years ago • 0 comments

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

2021-11-22 08_44_01-products blade php - Art - Visual Studio Code

                  </div>
                @endforeach

seanlunar avatar Nov 22 '21 06:11 seanlunar