Small font size
biged - November 18, 2008 - 17:53
| Project: | Facelift Image Replacement Integration |
| Version: | 6.x-1.2 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
Hi,
The Module works great and I have it on my block headers. The only problem is that the font is very small.
I have tried changing the css files but this dosnt effect it and there is no documentation to show where to edit this in the read me.
Sorry if its a dum question but i would like to sort it.
Many thanks,
Ed

#1
This is two issues. Something with the font your using and something with the CSS. FLIR does some mega caching to serve things up quickly and (I think) ignores CSS style changes. To have it implement the style change you probably need to blow away the cache that it's building out on the server so that it can rebuild. Not sure, just a guess but this is more an issue w/ FLIR and not this integration (most likely).
#2
I am having the same issue with small font sizes. I've tried using different fonts and manipulating the CSS in as many ways as possible, but the size still won't increase. I've manually cleared my browser's cache, cookies, and history, and still no luck.
If anyone could provide any deeper information into this issue, it would be most appreciated. I need some more explanation.
#3
I've solved my comment and it was not the same issue. Sorry.
#4
i faced the same issue.
i think the problem is with mode:"progressive" from FLIR replacement javascript from flir_init function in flir module.
so i removed it
Progressive. The text size used for the generated image will be reduced until it will fit within the HTML elements bounds. The text size will not be increased if it doesn't fill the elements bounds.
#5