2014-06-05, 02:38 PM
2014-06-05, 03:34 PM
(2014-06-05, 02:38 PM)My-BB.Ir Wrote: [ -> ]/.../Or just add to .css file:
I think We should use scroll bar for big pictures.
.post_body img {
width:100%;
height:auto;
}
2014-06-05, 03:54 PM
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
in xenforo fit image is in core...
http://www.dailymotion.com/video/x1ypmtz_sug-1_tech
2014-06-05, 04:09 PM
2014-06-05, 04:13 PM
You all make good points. Perhaps this should be considered by the team.
2014-06-05, 04:31 PM
(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".
2014-06-06, 07:28 AM
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, 08:28 AM
(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.css2014-06-06, 08:48 AM
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
Maybe just incorporate fit on page mod to 1.8
2014-06-06, 09:25 AM
(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...