what is the simpliest way to disable history?
Have you tried options.history = false; ?
Its documented here: http://photoswipe.com/documentation/options.html
this doesnt work
sorry, I'm not an Expert
You need to set options on the instance of a gallery it is no config variable which "floats around":
var gallery = new PhotoSwipe( someElement, PhotoSwipeUI_Default, someItems, options);
gallery.init();
// Note that options object is cloned during the initialization.
// But you can access it via `gallery.options`.
// For example, to dynamically change `escKey`:
gallery.options.escKey = false;
// etcetera......
ok, thank you!
can you help me please?
my example doesnt work
http://dauten.server29.vorschauseite.eu/PhotoSwipe/
please help me.
I'm just a beginner in js
I'm sorry but screaming for help on github is just like drowing in the midatlantic ocean without boats passing by. People will always help over here, but you have to do your homework beforehand. Probably you should first learn some javascript before integrating existing applications. W3schools has some nice tutorials including javascript: http://www.w3schools.com/js/
Learning Javascript has no priority for me. There are better things in life. I would like to use PhotoSwipe, but I can also use http://cornel.bopp-art.com/lightcase/
There are better things in life...
...than helping lazy strangers on GitHub. You nailed it!
If you would like to use PhotoSwipe, you should now that _"PhotoSwipe is not a simple jQuery plugin, at least basic JavaScript knowledge is required to install."_ -- this is literally the second sentence on PhotoSwipe documentation page.
I wish you a good luck with some other plugin.
@dimsemenov this is not an issue and can be closed
Most helpful comment
...than helping lazy strangers on GitHub. You nailed it!
If you would like to use PhotoSwipe, you should now that _"PhotoSwipe is not a simple jQuery plugin, at least basic JavaScript knowledge is required to install."_ -- this is literally the second sentence on PhotoSwipe documentation page.
I wish you a good luck with some other plugin.