Dovydas Stepona

Results 5 comments of Dovydas Stepona

@rokoroku I'd propose to close this one as it's not an "Issue" really and provides very little benefit being attributed to "Issues" at this present moment.

@chalda could you post a repo URL on your end to reproduce this easily?

This would be a perfectly valid feature to implement since computed number values are already allowed. Is there any reason why computed string values shouldn't be allowed for enums? Perhaps...

Should this work? ``` javascript yourPswp.listen('imageLoadComplete', function(yourpswp.getCurrentIndex(), '.pswp__item') { yourPswp.shout('updateSidebar'); }); ``` So far, imageLoadComplete didn't accept integers in function(index,item). And by item, you mean '.pswp__item' or anything? I'd love...

Possible workaround (I know, it sucks...)? on gallery.destroy measure user's scroll with window.scrollY, then use window.scrollTo to return to the initial position after gallery's close. It's still better than disabling...