I'm looking for a way to make my dynamically scaled images fit with the image maps i'm making. I'm using jquery to scale the images with the window size:
$(window).bind("load resize", function(){
$(".post img").height($(window).height()-110);
$(".post img").width(($(".post img").newHeight() / $(".post img").oldHeight()) * $(".post img").oldWidth());
});
But ImageMaps I make stay true to the original size. I'm looking in to ImageMapster, but cant figure out how to automatically make all the imagemaps scale.
This is the page it's for: http://www.dersuawesome.com/home/