MyBB Community Forums

Full Version: Fit on page in MyBB 1.8
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5
Hi,
in 1.6 If a use a large picture like:
[Image: bb8fc.png]
the page will not be beautiful.

I think We should use scroll bar for big pictures.
(2014-06-05, 02:38 PM)My-BB.Ir Wrote: [ -> ]/.../
I think We should use scroll bar for big pictures.
Or just add to .css file:

.post_body img {
width:100%;
height:auto;
}
for me better use some jscripts to fit image...
in xenforo fit image is in core...

http://www.dailymotion.com/video/x1ypmtz_sug-1_tech
You all make good points. Perhaps this should be considered by the team.
(2014-06-05, 03:54 PM)martec Wrote: [ -> ]for me better use some jscripts to fit image...
in xenforo fit image is in core...

You're right. It will be easier to show full images instead of using right click and choosing "open in new window".
If simply adding that css fixes it I'm all for it. Personally I don't like the ugly "this image has been resized click here to enlarge" messages.
(2014-06-06, 07:28 AM)JordanMussi Wrote: [ -> ]If simply adding that css fixes it I'm all for it. Personally I don't like the ugly "this image has been resized click here to enlarge" messages.
So,
MyBB Should use
.post_body img {
	max-width: 100%;
	height: auto;
}
in global.css
It should be consider - large images break layout of forum. So it would be nice to have it in mybb by default with enable/disable.

Maybe just incorporate fit on page mod to 1.8
(2014-06-06, 07:28 AM)JordanMussi Wrote: [ -> ]If simply adding that css fixes it I'm all for it. Personally I don't like the ugly "this image has been resized click here to enlarge" messages.

in xenforo only appear message when hover in image...
http://www.dailymotion.com/video/x1ypmtz_sug-1_tech
and without jscript i can“t see real size of image...
Pages: 1 2 3 4 5