WebViewer scale with the browser window

Is there a way to start the sensible scaling of the page layout in the WebViewer (proportionally scale upward and down depending on the size of the browser window)?

Problem: folios portrait oriented are often grown under the window of the browser. You must scroll down to see the entire page. First scroll to the end of the page, then clicking to access the page following is confusing.

Any ideas?

Thank you

Ulrich haha

Here is a link to a devnet article describing how to develop embedded Web viewer to fit inside a web browser window, even if it is resized. Note that the embedded Web Viewer that is hosted on your web server in the Organization, rather than on the content hosted at contentviewer.adobe.com.

Resizing of the integrated Web Viewer | Adobe Developer Connection

Brian

Tags: Digital Publishing Suite

Similar Questions

  • Get div to auto may not resize with the browser window

    I'm trying to get a div with a paragraph of text will resize automatically when the browser window is resized.

    I've seen what happens automatically, when I had no style applied to the < div > tag, but because I have my content centered using a < div > Interior inside a container fixed-width < div >, the inner div is now fixed so despite not having a fixed width.

    Here is the page I'm trying to settle (the box with the text is the < div > inner circle in question):

    http://beta.deltsig.com/about.html

    Here's a test page showing what I want the text to do when the window is resized:

    http://beta.deltsig.com/test.html

    And here's the CSS of the inner divs and container:

    {#div-container}

    Width: 768px;

    text-align: center;

    left margin: auto;

    margin-right: auto;

    }

    .div-redtint-flexsize {}

    padding: 1px 20px 20px 20px;

    text-align: left;

    background-color: #f3e4e4;

    -moz-box-shadow: 0 0 7px rgba (0, 0, 0,. 7);

    -webkit-box-shadow: 0 0 7px rgba (0, 0, 0,. 7);

    box-shadow: 0 0 7px rgba (0, 0, 0,. 7);

    }

    I tried to add different styles of width to the CSS, but nothing had no effect.

    It's a style that I have to change in the container div?

    You cannot have two meanings.  Your page is fixed (px or em based) or liquid (% based).

    A container fixed width parent does everything inside it fixed.

    If you want to try to work with liquid layouts, go to file > New > blank page > HTML > layouts and select one of the liquid patterns from the 3rd Panel.  Creating success.

    Nancy O.

  • How to create a navigation that resizes with the browser window

    Hello

    I came across this site http://www.smetana.net/. Inside the navigation components resizing with the change of size browser window, but the content remains the same size. I would like to build something similar for my site but I don't know how it's done. I'm willing to work, but I need a direction

    Thank you

    Ravital

    The following links are for the tutorials dealing with various aspects of the Flash design Adaptable fullscreen

    http://www.tutorio.com/Tutorial/liquid-Flash-layout

    http://www.gotoandlearn.com/play?ID=31

    http://www.developphp.com/Flash_tutorials/show_tutorial.php?TID=128

  • SWF files that can evolve with the browser

    I downloaded a file with dreamweaver as a stand-alone window swf and it works fine.  How can I get the SWF to a scale large or small that the user must adapt to their browser window, large and small?  I would get the swf file as well as the browser window.  I posted this in dreamweaver, but I was told that it is a problem of action script.

    I found a simple solution, and I think that's what you're looking for.

    1. in Flash, go to file > publishing settings

    2. click on the HTML tab

    3. where is says Dimensions, select percentage

    4. Although it is probably by default, make sure that the width and height are both set to 100.

    5. click OK, then go to file > publish

    Now your film must evolve with the browser window.

    If you do not have Flash, you can simple work with this sample code below:


       
       
       
       
       
       
    align = "middle" allowScriptAccess = "sameDomain" allowFullScreen = "false" type = "application/x-shockwave-flash".
    pluginspage ="http://www.macromedia.com/go/getflashplayer" / > "

    Notice how the width and height are set to "100%"? That's all you need.

  • Firefox 4.0 is now compatible with the browser ZoneAlarm 1.5.260.0 and Windows Vista Home Premium, 64-bit Service Pack 2 system?

    Firefox 4.0 is now compatible with the browser ZoneAlarm 1.5.260.0 and Windows Vista Home Premium, 64-bit Service Pack 2 system? Earlier when checking for updates it had compatibility problems. These issues have been resolved for me operation secure with Firefox 4.0?

    According to the guru on the ZoneAlarm user forum, Firefox 4 and other new browsers won't be compatible with the new version of ZoneAlarm, releasing. See:

    "You must update the following plugin:

    • Adobe PDF plugin for Firefox and Netscape 8.2.6
    1. Check your plugin versions on one of the following links:

    2. Update of Adobe Reader (PDF plugin):
      • Within your existing Adobe (If you have already installed) drive:

        • Open the Adobe Reader program in your list of programs
        • Click Help > check for updates
        • Follow the instructions to update
        • If this method works for you, go to the section "download full installer ' below and go to"after the installation"below
      • Download the full installer (If you have NOT installed Adobe Reader):
      • After installation, launch Firefox and recheck your version.
  • Page DW8 with HTML to fit in the browser window

    I created a basic html page and wish to have the page continue to fit in a browser window as the window changes size. Tried with CSS "background-size = 100%" fixed online codes, but doesn't seem to work.

    The background-size setting is only to set a background image. Would not resize the entire page.

    Several things working against you in your code. The first and most difficult to treat while using it on the page, is "position: absolute". In General, this setting is the opposite of reagent. Position: absolute "can" be used in sensitive designs, but it requires additional code to make it happen. Absolute positioning of objects include an exact amount of pixels high, left, down or to the right of the parent (just up and left by default in DW) element. In your case, #Layer1 will always be 431 pixels from the top of the page and 329 pixels from the left that is decidedly "not suitable."

    These parameters (position, top and left) must be removed and the APDiv/layer button should be ignored here on out if you want your design to adapt to different screen sizes. You will need to learn how to position elements using css float, margin and padding if you want to create something sensible. Running through the tutorials at http://www.w3schools.com/css for some databases. Some other links on css positioning...

    Learn CSS positioning in ten steps: absolute relative static position float

    CSS - float and clear formatting

    Your width settings also say your items to an exact pixel size as well. To make your attentive elements, you can use % width settings. The actual size of an element using a percent width is determined by the setting of its parent element. For example, if you set the width of #Layer1 to 80%, instead of 674 pixels, it will eventually be 80% as wide as thesetting the tag. Given that theis assumed 100% unless otherwise stated, layer1 would end up being 80% of the width of the browser window. With ' width: 60% ", you can use a setting min-width" never get smaller than that "in css. If you set your same #Layer1 width: 80% a min-width: 400px will keep it from never has less than 400 pixels wide.

    Once you have the basics of layouts css under your belt, look into CSS Media Queries. Basically what they allow you to do, is put "break points" in your .css file so "once that window reached 401 pixels or more, use this css instead" so it allows you to write completely different rules for various devices.

  • Please help: content still is not fixed with background image when I resize the browser window

    I am designing a Web site and want my content appear in the same location relative to the background image, regardless of whether or not the browser window is resized. How can I do this? (the content always moves when I preview the page)

    You can pin the object on the page so that it remains in the same position with any size of the screen.

    Thank you

    Sanjit

  • Footer moving with the bottom of the browser window, not with the content of the page.

    I'll build a new website that incorporates a standard footer.

    The footer works as expected in the sense that moves down when more content is placed in the page. However, when I transfer the Web site in a browser the footer is to stay with the bottom of the browser window and not only with the content of the page. By example, if I Zoom out as far as my browser will allow the footer always appears at the bottom of the browser window leaving a large gap between the content of pages and the page footer.

    Any suggestions for a fix?

    Hello

    Try to uncheck the "sticky footer". It should solve the problem.

    Kind regards

    Aish

  • Set the Images to scale with the width of the browser

    This appears to have just broken on my Site and I can't understand why?

    I thought that if I put an image of "scale to fill" then drag the image to the border of the page margin. Then the image would make the scale with the size of the browser.

    I had to work, and then it stops suddenly. I use Muse 7.1? Current? Any help?

    When I update my page and I adapt the browser upward I see white margins on both sides of the page - that is not what I want.

    Help!

    J

    I thought about it.

    I thought that if the rectangle box was outside of the margin of the page then it would be 100% width.

    You must line up exactly with the margin of page until you see "100% width.

    Thank you

  • Full screen swf don't auto-size until the browser window is resized

    Hi all
    I posted my test here at http://www.urbanlinx.com/Test.swf.
    I have 4 MCs in the film. A header, content box (Center), footer and background image.
    When the browser is set to scale the background will scale proportionally to the widow and maintains its proportions.
    My problem: when the clip is loaded first, the background is not resized until the browser to resize manually by the user.
    Is there a code I can add that will check the size of the window prior to the loading of the movie?

    My code is attached.
    Stop();

    Stage.scaleMode = "noscale";
    Stage.Align = "tl";
    Stage.addListener({onResize:reposition});)


    function reposition() {}
    var header = _root.myHeader_mc;
    var bg = _root.image_mc;
    var content = _root.myContent_mc;
    var _root.myFooter_mc = footer;

    var NPOS;

    NPOS = getNewPosition (header);
    Header._x = nPos.x;
    Header._y = 0;

    NPOS = getNewPosition (content);
    Content._x = nPos.x;
    Content._y = nPos.y;

    NPOS = getNewPosition (bg);
    BG._x = nPos.x;
    BG._y = nPos.y;

    NPOS = getNewPosition (footer);
    footer._x = nPos.x;
    footer._y = Stage.height - footer._height;
    };

    function getNewPosition (mc) {}
    var agree = Math.floor ((Stage.width-mc._width) / 2);
    var = Math.floor ((Stage.height-mc._height) y / 2);
    return to {x: agree, y: Y};
    };

    reposition();

    Stage.scaleMode = "noScale";
    Automatic resizing
    stageListener = new Object();
    stageListener.onResize = function() {}
    backgroundResize (_root.image_mc);
    };
    Stage.addListener (stageListener);
    Background resizing
    function backgroundResize (image) {}
    var imageHeight = 400;
    var imageWidth = 700;
    var wRatio = Stage.width/imageWidth;
    var hRatio = Stage.height/imageHeight;
    Report higher
    If (wRatio > hRatio) {}
    var ratio = wRatio;
    } else {}
    var ratio = hRatio;
    }
    Resize
    If (Stage.width < = imageWidth & & Stage.height < = imageHeight) {}
    image._width = imageWidth;
    image._height = imageHeight;
    } else {}
    image._width = imageWidth * ratio;
    image._height = imageHeight * ratio;
    }
    }
    backgroundResize (_root.image_mc);

    Special thanks in advance.

    PS: If you know a way to do this with a cleaner code, help would be greatly appreciated... If it is already the correct code... Thanks to all the people in the community who taught me :)

    Well right after that a whole bunch of tracks and errors as much as I found the resize code is not like code reposition. Tried another code to reposition and its working great. It is also much smoother during resizing.

    Here is the code I use. Basically the bottom scales proportionally to the browser window, keeps its ratio and scales of the Center. If anyone has any advice on how to do it more easily if you please drop me a line.

  • Firefox 40 (Linux) opens with the white window, no menus without content.

    Firefox 40.0.3 (Linux version 3.19.0 - 26-generic (buildd@lgw01-05) (gcc version 4.8.2 (Ubuntu 4.8.2 - 19ubuntu1)))

    Start Firefox (by a shortcut or command line); window opens, but has only the title bar, more buttons min/max/resize. Tried to click blindly, without response. Same thing with "firefox-safe-mode" and "firefox-preferences". Shortcut keys seem to work on the blank screen; for example Ctrl-N still produced a vacuum. 'firefox-private' gives an empty window, but with the correct window title ("you are now browsing... (' etc).

    I tried completely delete $HOME/~.mozilla and $HOME/.cache/mozilla/firefox, but that makes no difference.

    Very inconvenient. Cannot use FF at all in this State. [Display NB from another machine altogether; ignore the version data and the plugin below]

    It was very good work. Play well.
    Please report your last post as solved while others will know.

  • After the upgrade to Firefox 34.0.5, app opens but there is no indication in the browser window, i.e. no URL opens, and there is no message error, but Safari OSX 10.9.5 misfortune

    After the upgrade to Firefox 34.0.5, app opens but there is no indication in the browser window, i.e. no URL opens, and there is no error message.

    Safari (OSX 10.9.5) works.

    I tried the firewall solution, but it does not work.

    Previous version of Firefox work very well. I tried the version installation 34 twice and the computer restart.

    Yoono is a free software that allows you to connect and share with all your social networks and instant messaging in one place services
    www.Yoono.com

    It was very good work. Play well.
    Please mark your last post as solved so other will know.

  • I've just updated to 30.0 and now the browser window is reduced by half.

    I've just updated to 30.0 on my laptop. I've never had problems before and now when I open Firefox the browser window is reduced by half. I closed and reopened the browser and have even restarted my computer and I can't find something in the settings. I can't do what I usually do with the window this small.

    Start Firefox in Safe Mode to check if one of the extensions (Firefox/tools > Modules > Extensions) or if hardware acceleration is the cause of the problem.

    • Put yourself in the DEFAULT theme: Firefox/tools > Modules > appearance
    • Do NOT click on the reset button on the startup window Mode safe
  • Why the browser window changes color when I bookmark on a page, or click on the download button?

    Using Firefox 20 on MacOS - when I click the button downloads or Cmd + D to bookmark a page, the browser window changes which looks like this:
    https://DL.dropboxusercontent.com/u/35912963/01-Firefox-before.PNG
    who looks like this:
    https://DL.dropboxusercontent.com/u/35912963/02-Firefox-after.PNG
    Any thoughts would be welcome.

    Dan

    Hello

    Wow, that seems strange. I have no idea why this would happen, but I wonder if it is related to one of the Add-ons you have installed? I see a red icon in the status bar that I'm not familiar with, which leads me to believe that you might have other add-ons installed. One thing to try is to start Firefox Firefox with disabled modules (you can do this in the Help menu). If you do not see this problem in this mode, the problem is caused by one of the Add-ons. On the Tools menu, you can access the Add-ons and disable one by one. Remember to restart each time, and then test.

    If none of this takes care of this, my other suggestion would be Reset Firefox: Firefox Refresh - reset the parameters and modules

    Hope all this helps.

    See you soon,.
    David

  • Is there a possible solution to this age-old problem which graphics disappear when the browser window is resized?

    example: www.satlinker.de
    If the browser window is smaller than the content, the header image seems well.
    My css stylesheet looks like this:

    #banner {
     padding-left:10px;
     text-align: left;
     font-weight: bold;
     border: 1px solid #000;
     background: transparent url(/media/header.svg) top left no-repeat;
     height: 70px; /*workaround to adjust width*/
     -webkit-background-size:100% 100%;
     -moz-background-size:100% 100%;
     -o-background-size:100% 100%;
     background-size:100% 100%;
    }

    It has nothing to do with svg, similar problems with png images.
    In earlier versions, height adjustment worked as a workaround, but no more in vesion 17.
    There are various problems like the one described in the net:
    for example Bug 282558 - sized image vanishes on browser resize.
    But I can't find any solution - and this bug is described in 2005!

    I was wrong, it was a problem with the svg format. I tried several other formats, each doing its own problems. I tried cleaning the svg with conversion tools code and finally manually with a Publisher - nothing works. GIF and jpg of other problems, so finally I have found a converter of images to http://www.files-conversion.com/, which produces an acceptable png format.

    I think that the rendering of images needs to be improved.

Maybe you are looking for