big images no scroll bar

RuphussRuphuss Posts: 2,631
edited December 1969 in The Commons

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

  • ChoholeChohole Posts: 33,604
    edited March 2014

    What browser do you use?

    I can tell you how to do it in Firefox


    Image scroll bars, in Firefox:

    Type about:config in the address bar.
    Click I’ll be careful
    Type dom.disable_window_open_feature.scrollbars in the search bar (or as much as you need to show the option)
    right-click on it and select Toggle.

    Post edited by Chohole on
  • RuphussRuphuss Posts: 2,631
    edited December 1969

    IE 11

  • TaozTaoz Posts: 9,940
    edited March 2014

    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;
    }

    Post edited by Taoz on
  • mjc1016mjc1016 Posts: 15,001
    edited December 1969

    Taozen said:
    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.

  • RuphussRuphuss Posts: 2,631
    edited December 1969

    whats stupid ?
    the comment or the scrollbar=0

  • mjc1016mjc1016 Posts: 15,001
    edited December 1969

    ruphuss said:
    whats stupid ?
    the comment or the scrollbar=0

    scrollbar=0

  • TaozTaoz Posts: 9,940
    edited December 1969

    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.

  • mjc1016mjc1016 Posts: 15,001
    edited December 1969

    Taozen said:

    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...

  • Miss BMiss B Posts: 3,071
    edited December 1969

    mjc1016 said:
    Taozen said:

    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...
    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~
  • TaozTaoz Posts: 9,940
    edited December 1969

    Miss B said:
    mjc1016 said:
    Taozen said:

    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...

    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...

Sign In or Register to comment.