How do you make the FancyBox jQuery images clickable with the Sliding Door Hover Effect in a portfolio gallery? Right now the sliding door effect works BUT the fancybox doesn’t do anything when you click on the gallery image.
How can I get both jquery.easing.1.3.js (sliding door effect) and jquery.fancybox.js to work together?
I followed the instructions in the comments for this tutorial to DELETE: window.location = $(this).find(‘a’).attr(‘href’); – in the jquery.easing HTML Head Tag code
My website has a lot going on because it’s a one-page portfolio. I’m trying to finish this website to send to employers for jobs. I’m frustrated because I’ve been working on this website for so LONG and I need a job!
You have to replace the
with
Note that
I am using
'type' : 'image'because I am loading images from links likehttp://placekitten.com/200/300, in such cases forcing type is necessary as theurldoesn’t have a valid image extension .Remove that if you dont need that.
Working Demo