akv2 / MaxImage

The first jQuery plugin to use jQuery Cycle plugin as a fullscreen background slideshow.

Home Page:http://www.aaronvanderzwan.com/maximage/2.0/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issues with Images wrapped in <a> tags?

alancwoo opened this issue · comments

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?

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

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.