Hi, I'm using the plugin and everything goes ok on desktop computers. Is there a way to tell the plugin what is the size to scale for different devices? I'm using CSS media queries to adapt the content based on the screen size. On iphone when I open an image it opens up the popup and it resizes it down because of the viewport size. The problem is that is resizes the image too much. I'd like to tell the plugin that for iphone the image width should be of 300px when opened and not less. Is that possible?
I would use javascript to detect mobile devices (1). Then use javascript to resize the images (2). I would also consider using it in a combination with (3).