* on my page there are various thumbnails, which are samples. * when a user clicks on any image using the js library i have to the demo of how my JS library renders on canvas where user can do mouse events and see changes.
* a user should be able to do next and previous to scroll through various samples. ----------------------------------------- i tried various ideas. * making a seperate modal for each sample. how to connect multiple modals so that next and previous button leads to it. * if i add carousel inside a modal, than the header remains same as iam adding various iframes to modal-body. please let me know the best way to implement. -have a great day martian
