You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running Reel 1.3.0 on jQuery 3.3.1 I noticed in the Chrome Inspector Network tab it has an infinite loop where it keeps making requests to the same image over and over again.
Here is the HTML <img src="assets/thumbmail.png" width="960" height="540" class="reel" data-image="assets/sprite.png" data-frames="21" data-footage="1" data-responsive="true" data-revolution="100">
In the Network tab, it will keep making requests to sprite.png over and over. Any idea what could be causing this issue? There are no errors reported in the console though.
Also when I view the DOM in the inspector, Reel keeps adjusting the DOM constantly as it keeps refreshing the container.
The text was updated successfully, but these errors were encountered:
.trigger > var event = new $.Event(eventType, eventData); $(element).trigger(event,eventData);
3**.!!! all $this.width(), $this.height() 》math.ceil($this.width()) ,math.ceil($this.height())**
When running Reel 1.3.0 on jQuery 3.3.1 I noticed in the Chrome Inspector Network tab it has an infinite loop where it keeps making requests to the same image over and over again.
Here is the HTML
<img src="assets/thumbmail.png" width="960" height="540" class="reel" data-image="assets/sprite.png" data-frames="21" data-footage="1" data-responsive="true" data-revolution="100">
In the Network tab, it will keep making requests to sprite.png over and over. Any idea what could be causing this issue? There are no errors reported in the console though.
Also when I view the DOM in the inspector, Reel keeps adjusting the DOM constantly as it keeps refreshing the container.
The text was updated successfully, but these errors were encountered: