felixhagspiel / jsOnlyLightbox

Responsive Lightbox in plain JS. No need for jQuery.
MIT License
157 stars 49 forks source link

Stop event propagation in image click handler #24

Closed fabrixxm closed 8 years ago

fabrixxm commented 8 years ago

This will stop click event to bubble up to parent tags eg

<a href="image.jpg">
   <img src="thumb.jpg" data-jslghtbx="image.jpg">
</a>
felixhagspiel commented 8 years ago

hey thanks, but I guess I should rather add e.stopPropagation()