Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 336 Bytes

debugging.rst

File metadata and controls

14 lines (10 loc) · 336 Bytes

Debugging

In order to display some console messages to see the different steps of the processing and the time each one has taken, you can enable the debug mode before activating the plugin:
var options = {
  debug: true
};

$("#my-interactive-image").interactiveImage(items, options);