hi! i'm very new to drupal.

i'm wondering why I have extra spaces on the left and bottom of my generated image.
I think it could comes from a css file but.....

CommentFileSizeAuthor
flir image.gif1.03 KBkimil

Comments

btopro’s picture

Status: Active » Closed (won't fix)

I didn't write the FLIR code, just the module to implement it so I can't help you there. Sorry :\

j0rd’s picture

I have the same issue. We can confirm this is in fact a Flir issue? I would like this resolved.

j0rd’s picture

Flir adds a span with the class flir-span, which goes before the generated flir image. I'm not sure why, but some simple CSS you can remove the leading space. Not sure if this will cause other issues, but for me, it has fixed the issue.

.flir-span {
display: none;
}

Add this into your theme. For good measure you might want to reset margin: 0 0 0 0 and padding and such as well.