Using photoBrowser, how can i jump to a specific slide number?

var imgPopup = app.photoBrowser.create({
photos : localStorage.getItem(‘photo’).split(’,’),
type: ‘standalone’
});

How can i jump to slide photo two when its open?

Its open method accepts argument to point index number on which slide to be opened https://framework7.io/docs/photo-browser.html#photo-browser-methods-properties