Hi,
Sorry if this question is irrelevant. I am designing a backend where the user uploads one big image with components on it like windows, tv aerials, chairs [all these appear on the bigger image]. This big image is gonna be shown on home page. These components represent products. Now on the homepage below the big image, there will be a photo gallery indicating the components added to the bigger image separately. For instance a window photo, tv aerial. On the photo gallery when the user clicks on the component or product, it should somehow be active on the bigger image as a link that will redirec to the product page. Now how do I know the coordinates of the clicked thumbnail? How will I tell where the clicked component is on the bigger image. Mind you, I need to determine the location on the big image after clicking on the thumbnail. I’ll use image maps on the bigger image, but the coordinates have to be passed to the relevant url dynamically based on the thumbnail clicked below on the photo gallery. Your help will be highly appreciated.
Regards,
Marks