MyBB Community Forums

Full Version: How to get rid of Fit on Page description?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do I get rid of the description text on a resized picture (see attached)? Where it says "Image has been scaled down XXXXX".

[attachment=28761]
Can you give us more information which plugin do you use image resizer?
Fit on Page (2.3)
[Configure Settings]
Resizes embeded images in posts to fit the page and not run over.
Created by - G33K -
If you want to hide the bar completely without messing the plugin core, just do the following steps:

1. Go to the settings of "Fit on Page" and change the value of "Info-bar text class" from "smalltext" to "smalltext resizetop"

[Image: LthDHm7.png]

2. Add this at the end of your global.css:

.resizetop { display: none; }
That didn't work.
Look through the files that came with the plugin, or look at Ungrouped templates. It might be there.
(2013-03-09, 04:18 AM)ALUXi33 Wrote: [ -> ]That didn't work.

I've checked it before posting and its logical.
You must be doing something wrong.
Sorry, it works now. Thank you.
The cache would have needed to be cleared as its a CSS edit not a template edit.