var pswpElement = document.querySelectorAll('.pswp')[0]; // build items array var items = [ {src: 'images/gallery/1150837_685401041488841_1750939400_n.jpg',w: 960,h: 638},{src: 'images/gallery/1170740_685405584821720_122931859_n.jpg',w: 960,h: 638},{src: 'images/gallery/1175231_579881325409249_847897683_n.jpg',w: 960,h: 720},{src: 'images/gallery/DSC_0029.jpg',w: 960,h: 637},{src: 'images/gallery/DSC_0032.jpg',w: 960,h: 637},{src: 'images/gallery/DSC_0033.jpg',w: 960,h: 637},{src: 'images/gallery/DSC_0034.jpg',w: 960,h: 637},{src: 'images/gallery/DSC_0040.jpg',w: 960,h: 637},{src: 'images/gallery/DSC_0042.jpg',w: 960,h: 637},{src: 'images/gallery/DSC_0048.jpg',w: 960,h: 637},{src: 'images/gallery/DSC_0049.jpg',w: 960,h: 637},{src: 'images/gallery/DSC_0051.jpg',w: 960,h: 637},{src: 'images/gallery/DSC_0098.jpg',w: 960,h: 637},{src: 'images/gallery/DSC_0105.jpg',w: 960,h: 637},{src: 'images/gallery/P1120429.jpg',w: 960,h: 540},{src: 'images/gallery/P1120430.jpg',w: 960,h: 540},{src: 'images/gallery/P1120431.jpg',w: 960,h: 540},{src: 'images/gallery/P1120432.jpg',w: 960,h: 540},{src: 'images/gallery/P1120433.jpg',w: 960,h: 540},{src: 'images/gallery/P1120434.jpg',w: 960,h: 540},{src: 'images/gallery/P1120435.jpg',w: 960,h: 540},{src: 'images/gallery/P1120436.jpg',w: 960,h: 540},{src: 'images/gallery/P1120437.jpg',w: 960,h: 540},{src: 'images/gallery/P1120438.jpg',w: 960,h: 540},{src: 'images/gallery/P1120439.jpg',w: 960,h: 540},{src: 'images/gallery/P1120440.jpg',w: 960,h: 540},{src: 'images/gallery/P1120441.jpg',w: 960,h: 540},{src: 'images/gallery/P1120442.jpg',w: 960,h: 540},{src: 'images/gallery/P1120443.jpg',w: 960,h: 540},{src: 'images/gallery/P1120444.jpg',w: 960,h: 540},{src: 'images/gallery/P1120445.jpg',w: 960,h: 540},{src: 'images/gallery/P1120446.jpg',w: 960,h: 540},{src: 'images/gallery/P1120447.jpg',w: 960,h: 540},{src: 'images/gallery/P1120448.jpg',w: 960,h: 540},{src: 'images/gallery/P1120449.jpg',w: 960,h: 540},{src: 'images/gallery/P1120450.jpg',w: 960,h: 540},{src: 'images/gallery/P1120451.jpg',w: 960,h: 540},{src: 'images/gallery/P1120452.jpg',w: 960,h: 540},{src: 'images/gallery/P1120453.jpg',w: 960,h: 540},{src: 'images/gallery/P1120454.jpg',w: 960,h: 540},{src: 'images/gallery/P1120455.jpg',w: 960,h: 540},{src: 'images/gallery/P1120456.jpg',w: 960,h: 540},{src: 'images/gallery/P1120457.jpg',w: 960,h: 540},{src: 'images/gallery/P1120458.jpg',w: 960,h: 540},{src: 'images/gallery/P1120459.jpg',w: 960,h: 540},{src: 'images/gallery/P1120460.jpg',w: 960,h: 540},{src: 'images/gallery/P1120461.jpg',w: 960,h: 540},{src: 'images/gallery/P1120462.jpg',w: 960,h: 540},{src: 'images/gallery/P1120463.jpg',w: 960,h: 540},{src: 'images/gallery/P1120464.jpg',w: 960,h: 540},{src: 'images/gallery/P1120465.jpg',w: 960,h: 540},{src: 'images/gallery/P1120466.jpg',w: 960,h: 540},{src: 'images/gallery/P1120467.jpg',w: 960,h: 540},{src: 'images/gallery/P1120468.jpg',w: 960,h: 540}]; // define options (if needed) var options = { // optionName: 'option value' // for example: index: 0 // start at first slide }; function gallery() { // Initializes and opens PhotoSwipe var gallery = new PhotoSwipe( pswpElement, PhotoSwipeUI_Default, items, options); gallery.init(); }