How can I configure featherlight so that it doesn't resize the images when a user clicks a smaller version? If it's too big for the window, I'd like to have scrollbars. Here's the HTML I'm using:
<a href="#" data-featherlight="http://i.imgur.com/crDSlzw.jpg">
<img src="http://i.imgur.com/crDSlzw.jpg" width="200px">
</a>
Currently, when I click a large image, it shows up in a lightbox, but it's so small that I can't read the text in the image.
Example on CodePen: http://codepen.io/xyzerb/pen/gPWxmE
Thanks in advance!