I would like to add thumbnail in my html with trackid and clicking on the thumbnail image will open modelbox to play video.
on the html page I have only track id info.
So how can I display thumb image on basic html page?
SC.get('/tracks/726040417', function(sound) {
console.log(sound.artwork_url);
});
i am using something like above but its giving SC undefied error.