big images no scroll bar
Ruphuss
Posts: 2,631
if attached images are to big for me so I only see a part of them I have no scroll bars to navigate
can I change that or not possible ?
Comments
What browser do you use?
I can tell you how to do it in Firefox
IE 11
Scrollbars are set to 0 in the showimage script, maybe you can ask the developers to change that.
function showimage(loc, width, height)
{
window.open(loc,'Image','width='+width+',height='+height+',screenX=0,screenY=0,top=0,left=0,toolbar=0,
status=0,scrollbars=0,location=0,menubar=1,resizable=1');
return false;
}
Now that's stupid....that goes back to the old days when everything was a fixed width and you had to view the web page in the size the developer wrote it in, or you got odd displays.
whats stupid ?
the comment or the scrollbar=0
scrollbar=0
Should be easy to fix - question is if anyone is doing it.
But they say there's a new and better forum on the way, so maybe they don't see any point in trying to fix this one.
Yeah...
Yeah...
Ya know, they've been saying that now for about 6 months. I wonder when they're actually going to get around to it. ~shakes head~
Ya know, they've been saying that now for about 6 months. I wonder when they're actually going to get around to it. ~shakes head~
Hard to tell - they said they'd try to include posts from the old forum as well (and this one too I assume) so it's probably a good piece of work...