On my photo page the alignment is thrown off after enabling the module. The description shows above the photo and the tags to the right of the image.
Adding the following css snippet fixes the alignment.

.field-item > #media-imagemap {
	float:none !important; 
	margin:0px auto;
}

Comments

mototribe’s picture

by the way, I also removed:

height: ' . $properties['height'] . 'px

from line 276 of the .module file, otherwise it will create a big white space between the image and the body copy below the image.