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

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

Open
seanlunar opened this issue Nov 22, 2021 · 0 comments
Open

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

seanlunar opened this issue Nov 22, 2021 · 0 comments

Comments

@seanlunar
Copy link

seanlunar commented Nov 22, 2021

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
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