Question

I am using ImageMapster to resize an image and change the "image map" coordinates to the new size. The image i am resizing is used as the background image, and is therefor centered in the middle of the screen:

CSS:

#block_content 
{    
    text-align:center;    
}

block_content is the container div of the image.

I am using code from this example: http://jsfiddle.net/JpgYm/8/

The problem is, that when im using text-align: center, the coordinates are not mapped correctly to the image. They are horizontally on the same line as the image, but a little off to the left.

Is there a way to fix this?

Était-ce utile?

La solution

This was a bug. It should be fixed in the current build.

https://github.com/jamietre/ImageMapster

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top