I'm not 100% if this is something we should do or not, but it make sense to take an array of URLs for some cases. ```js let reader = document.querySelector('comic-reader'); reader.src = ['https://path/to/one.jpg', 'https://path/to/two.jpg']; ```