francoischalifour / medium-zoom

🔎🖼 A JavaScript library for zooming images like Medium
https://medium-zoom.francoischalifour.com
MIT License
3.58k stars 162 forks source link

Not working properly on my side #83

Closed caseydev closed 5 years ago

caseydev commented 5 years ago

Its cool plugin. Thanks mate

Bug description

But when i tried i got issue like this. image There is media-zoom class initialized but with hidden . Please can you tell me where did i wrong?

Here is my code ` renderQuestionElement() { //store a this ref, and var _this = this; //wait for a paint to do scrolly stuff

window.requestAnimationFrame(function() {
  var titles = [];
  var count = 0;
  var IsRendered = 0;
  mediumZoom('img');
  ..............................
francoischalifour commented 5 years ago

Can you please reproduce the issue in this sandbox and send the link back? It would make it easier to debug your use case.

francoischalifour commented 5 years ago

Closing for inactivity. Feel free to reopen!