Skip to content

Commit

Permalink
Fixed Gif Generation (#561)
Browse files Browse the repository at this point in the history
* update dist

Signed-off-by: tech4GT <varun.gupta1798@gmail.com>

dist update

Revert "dist update"

This reverts commit 9ee2a98.

* Fix Gif
  • Loading branch information
harshkhandeparkar authored and tech4GT committed Dec 28, 2018
1 parent f77cfac commit 611016b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ window.onload = function() {

try {
// Select all images from previous steps
var imgs = document.getElementsByClassName("img-thumbnail");
var imgs = document.getElementsByClassName("step-thumbnail");

var imgSrcs = [];

Expand Down

0 comments on commit 611016b

Please sign in to comment.