We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 36582
    • 463 Posts
    Anybody know how I can create a link to the resource that holds an image displayed in a Magnific Popup lightbox. In other words, I'm looking to have a button that sits on top of the large image and link it back, to it's resource. Thank you.

    This is the current code I'm using...

        <script>
          $(document).ready(function() {
    	$('.popup-gallery').magnificPopup({
    		delegate: 'a',
    		type: 'image',
    		tLoading: 'Loading image #%curr%...',
    		mainClass: 'mfp-img-mobile',
    		gallery: {
    			enabled: true,
    			navigateByImgClick: true,
    			preload: [0,1] // Will preload 0 - before current, and 1 after the current image
    		},
    		image: {
    			tError: '<a href="%url%">The image #%curr%</a> could not be loaded.',
    			titleSrc: function(item) {
    				return item.el.attr('title') + '<small></small>';
    			}
    		}
    	});
    });
        </script>
      Web site design in Nottingham UK by Chris Fickling http://www.chrisficklingdesign.co.uk