akv2 / MaxImage

The first jQuery plugin to use jQuery Cycle plugin as a fullscreen background slideshow.
http://www.aaronvanderzwan.com/maximage/2.0/
407 stars 219 forks source link

Issues with Images wrapped in <a> tags? #2

Closed alancwoo closed 12 years ago

alancwoo commented 12 years ago

Hi, MaxImage is great but is there any way to have it work with images wrapped in links? I need to wrap my images in links so they can go somewhere as well as have tooltips connected to them via the jquery tooltip plugin.

Currently, if I wrap the image in a link, each link takes up its own slide in the cycle somehow?

alancwoo commented 12 years ago

Hm - OK

Not sure if you have any interest, but I added the ability to use a data-href attribute on the image in a fork, so I don't have to wrap the images in links and can use this attribute for jquery tooltip:

https://github.com/alancwoo/MaxImage

akv2 commented 12 years ago

Hey alancwoo. I'm sorry I have been away from this project for some time. I've been super busy and only work on it in my free time. Thank you for forking and adding the functionality you need.