Chan0369 / portfolio

0 stars 0 forks source link

Lightbox!!! #1

Open Chan0369 opened 7 years ago

Chan0369 commented 7 years ago

@ericadamski Lightbox is still not working on mobile! Please help! Thanks :)

ericadamski commented 7 years ago

Try replacing this line

$('.lightbox-click').click(function (e) {

with this line

$('.lightbox-click').on('click touchstart', function (e) {

in https://github.com/Chan0369/portfolio/blob/gh-pages/js/lightbox.js#L19