NOW Todos of Slideshow Player:
- Make use of `isAudioPausedInitially` for each slideshow rendered like:
renderSlideshow('id', slides,
isAudioPausedInitially=true).
This would be helpful when I have multiple slideshows on a same page and I want to mute all of them
unless user clicks on "Un Mute" button for any slideshow manually.
- Make use of `isSlideshowPausedInitially` for each slideshow rendered like:
renderSlideshow('id', slides,
isSlideshowPausedInitially=true).
- Add the loop toggle button to enable/disable looping of the slideshow.
Why? Inspiration?
- I can create awesome learning interactive ppts for myself and others.