How to Scale to Fit automatically?

Hi,
I'd like Safari to Scale to Fit automatically every time I open or go to another web page so that I don't have to click the "+" button. Is there a way to do this?
Thanks
Leonardo
Macbook 2.16GHz 2GB   Mac OS X (10.4.10)   MB062LL/A

Hello Leonardo ...
First of all, welcome to the Apple discussions.
Not by knowledge an I never heard about. But what you can do is adding a little script to the Safari Menu bar.
Open the web site an scroll down, Scriptable Pllciactions - Safari
Let me know if so ...
Good luck ...
Dimaxum <]:~))

Similar Messages

  • How to scale to fit Photoshop CS6

    I work with a lot of texture layers, often the wrong size and dimensions. I do transform and manually resize. But is there a scale to fit command?In the Photoshop Paper Texture extension, you can see it does that automatically. If there isn't such a command, can anyone point me to an action I can use.
    Thank you.
    Max

    No guessing needed of course there is. Layers are as easy to resize as documents is.  That is what "Transform" does in a script though its method name in script is resize. The resize values used are relative to current size percentage the anchor point defaults to the center but can be changed and the interpolation use is you interpolation preference which can be changed.
    Javascript syntax
    resize ([horizontal] [, vertical][, anchor]); // number number AnchorPosition
    Resizes the layer to the specified dimensions (as a percentage of its current size) and places it in the specified position.
    Here is a sample of how one might use it. You need to be careful if you have CS6 Adobe failed to update Photoshop scripting to support BicubicAutomatic and if you leave Adobe default interpolation preference set script will encounter a Photoshop internal error when you try to save that setting.
    // Save interpolation settings the script will fail if CS6 and setting is bicubic automatic
    var userResampleMethod = app.preferences.interpolation;
    app.preferences.interpolation = ResampleMethod.BICUBIC; // resample interpolation bicubic
    if (LWidth/LHeight<SWidth/SHeight) { // Smart Object layer Aspect Ratio less the Canvas area Aspect Ratio
       var percentageChange = ((SWidth/LWidth)*100); // Resize to canvas area width
       activeDocument.activeLayer.resize(percentageChange,percentageChange,AnchorPosition.MIDDLECENTER);
    else {
       var percentageChange = ((SHeight/LHeight)*100); // resize to canvas area height
       activeDocument.activeLayer.resize(percentageChange,percentageChange,AnchorPosition.MIDDLECENTER);
    app.preferences.interpolation = userResampleMethod; // Reset interpolation setting
    Message was edited by: JJMack

  • How to scale to fit browser zoom setting...

    So I've created my first SWF using Flash Catalyst; seems to work great.
    But I would like for it to zoom with the browser's zoom setting.
    When I view the SWF with the viewer it lets me fit-to-screen, zoom-in, etc.  So seems like I'm just missing something in the HTML maybe?
    I tried adding the param scale set to showall, or exactfit, but no go.
    Any help is appreciated.
    thanks,
    -h

    Try in [http://kb.mozillazine.org/About:config about:config]
    and change [http://kb.mozillazine.org/Zoom.maxPercent zoom.maxPercent]
    type in the address bar '''about:config'''
    then press the button '''i'll be careful i promise'''
    then type in the bar '''zoom.maxPercent'''
    then '''right-click''' on it, select''' modify''', type a value greater than the current(i can't tell specific because i don't known how zoom you want), click '''OK,'''
    exit firefox and restart-it.
    see also: [http://kb.mozillazine.org/Zoom.minPercent Zoom.minPercent]
    thank you
    Please mark "Solved" the answer that really solve the problem, to help others with a similar problem.

  • How can I print a full frame photo from iPhoto 11?  Even though I click on scale to fit paper size, it crops both ends of the photo in landscape set up.  I have an Epson R1800 with the latest drivers.

    How can I print a full frame photo from iPhoto 11?  Even though I click on scale to fit paper size, it crops both ends of the photo in landscape set up.  I have an Epson R1800 with the latest drivers. (I'm also 3 days new to iMac and iPhoto 11 from an eMac and iPhoto 6.)

    " Hello Jeff. Here at Oki Data, we do not support programming.  I would recommend contacting Adobe for further assistance. You can also browse their website at http://www.adobe.com/products/postscript/.

  • Site automatically scale to fit the browser window

    hello all!
    i'm working on a site that i'd like to automatically scale to fit the browser window, without any scrolling and while preserving its aspect ratio.
    my client is very particular about the design & does not want the width & height of the images & text to change like they do in a responsive site- he just wants the site to scale to fit in a browser window. Yikes!!!
    could anyone give me a hand with this please?
    thanks so very much!
    -sharon

    Hi Andreas
    I'm really looking forward to hearing about your tests tonight. As I said to Elaine (above) I will be delighted if someone proves me wrong. I'm just looking for a solution.
    I've just had another quick go on Edge Animate to try out your suggestions:
    My findings are that it doesn't matter whether a graphic is wrapped in a div or not. If the graphic has L, T , W & H pixel values and the surrounding div group is set to L, T , W & H % values, the L & T will scale down but the W & H will not - the graphic will just stay the same size when the browser is shrunk. The only way to get the graphic to scale down is to change its L, T , W & H to % - but, as I've said it won't retain its aspect ratio.
    As soon as images are imported, the situation changes. The layout preset offers 4 more options including 'Scale background image'. And Background image settings now appear offering W 100%, H Auto by default. These both seem essential to achieving scale-to-fit. I've tried images with and without being wrapped in a div. Just as with graphics, I find that if I add the % to the div then the image doesn't scale. But if I add the % to the image it scales perfectly.
    As far as I can see the problem is that, with graphics, the link width and height feature doesn't seem to work properly. I would expect that if I create a graphic 100px square then change W & H to %, then both W & H would be the same %. But I get all sorts of results. It doesn't seem to make a difference if I fix the percentages so W & H are both 100%. Changing from Global to Applied doesn't seem to affect anything either. Surely if W & H are set to 100% (and linked) then a graphic should remain square regardless of browser size? I can't find any combination that will allow this. Is it just me? Am I doing something stupid?
    Good luck tonight.
    Cheers

  • How do I Configure Desktop Printer to scale to fit?

    I love the feature of drag and drop printing and I often need to print many pdfs. However when I drag pdfs to the desktop printer icon it prints them on letter sized paper without scaling them to fit. I have configured the printer in the setup utility to print on tabloid but it still prints on letter with no scaling. How can I configure the desktop printer to scale to fit and select paper size? booya

    Hi Daniel, and a warm welcome to the forums!
    Doesn't your printer have a setting for the default size in it rather than just on the Mac?
    What size are these in the first place?
    I think the secret is to save the Tabloid size as a Default, but I don't have a Tabloid to test with, so I used Preview, (which you may end up having to use to drop on or Script to, dunno yet).
    I made a new Page size of Tabloid...
    Then saved as default...
    You'll have to test this... not even sure it works to Scale to Size, but at least you could drop them on Preview then +p to see.

  • How to change Scale to Scale to fit as default in Preview?

    I would like to have Preview set to 'scale to fit' (which it always used to be up through 10.7) rather than 'scale' as it is in Mavericks. This must be possible using terminal but I have no idea how to find the appropriate command line for such an operation.
    Hope someone can help. Thanks in advance

    If you have to increase the size of multiple clips, and each has a different attribute setting as it is..the only way to do this is manually...clip by clip.  There is no easy button.
    No one said editing was easy.  If they did...they lied.

  • How do scale my picture to fit on the wallpaper

    Does anyone know how to scale pictures with new ios?

    Sounds like you have probably zoomed it accidentally. Press command-option-8 to turn it off.

  • How to default Preview/Finder to print "Scale to Fit Print Entire image/Fill Entire Paper"?

    Hello all,
    I have to print PDFs. Preview or printing directly from Finder prints scaling 100% and many many times the edges of the PDFs are left outside of the printing area. I have the correct paper size selected (A4) and actually the PDFs are also A4 but for some reason 100% zooms in a bit and cuts the sides of the print outside.
    I can of course fix this by selecting Scale to Fit and Print Entire Image but I do have to do this every single time I open a PDF. I want to make this option my default! And preferrably so that I can use CMD+P from Finder to print directly without having to open the PDF. I already know what is in it...
    I have tried different Terminal tricks I have found searching the web but no luck, this and others with Preview closed before executing the command
    defaults delete com.apple.Preview PVImagePrintingScaleMode
    Please help and make my life easier. Cannot be this hard.

    I got a work around for this. Instead of using RTF template, I used Microsoft Excel itself as template and did the formatting in excel.
    thanks,
    Vijay

  • In InDesign, how does one determine the pixel size of a text box? Specifically, we need to write text to specifications of 600 pixel width, and have no idea a) how to scale a text box to specific pixel width, b) how to

    This may be a basic question... but in InDesign, how does one determine the pixel size of a text box? Specifically, we need to write text to specifications of 600 pixel width, and have no idea a) how to scale a text box to specific pixel width, b) how to determine what word count we can fit in, and c) how to do it in a table? Thanks!

    Set your ruler increments to pixels Preferences>Units & Increments. You can fill the text box with placeholder text Type>Fill with Placeholder text and get a word count from the Info panel with Show Options turned on from the flyout.
    From the Transform panel you can set a text box's width and height

  • Are Adobe EVER going to make Edge Animate scale-to-fit (like Flash)?

    I've been following the progress of Edge Animate (formerly Edge) ever since Steve Jobs decided he wasn't having Flash on the iPad.
    With each new version I've been desperately looking for the feature that I consider the most important of all: Scale-to-fit
    There are a couple of discussions already on this forum where people have requested this feature - but both have been sidetracked by replies from people who haven't understood what 'scale-to-fit' is. So let me explain Scale-to-fit:
    I'm talking about the feature in Flash - where if the HTML dimensions are set to 'Percent' - then the resultant movie will scale-to-fit any browser window. Here is an example of what I mean:
    http://www.skippingschool.co.uk
    - try changing the browser size and you'll see the whole frame (graphics and images) scales without changing its proportions.
    When the latest version of Edge Animate came out with its built-in easy-to-follow 'Resize' Lesson, I thought Adobe had finally found an answer. But good though this feature is, it doesn't solve the problem. It's only possible to properly scale-to-fit images - not graphics.
    It's now more important than ever that Adobe finds a solution to this problem. The world is going 'Responsive' - its not just a fad. And 'Responsive' is not just about three columns being squeezed into one. All Responsive sites require images, graphics AND animations to scale-to-fit. So Adobe's tutorial showing how Edge Animate can be added to WordPress sites is of limited use because it won't work for Responsive web sites.
    So please Adobe, will someone tell me if scale-to-fit is EVER going to happen? I don't mind if it's 3 months, 6 months, 9 months down the line - but I need to know if it's worth me sticking with Edge Animate - or whether I should be looking toward HTML5 Canvas or something else for a solution?
    Alternatively, is there some fundamental reason why it can NEVER happen?
    Please tell me? Just put me out of my misery!

    Hi Sarah,
    I hope you don't mind but I played around with your code a bit and managed to get the kind of scale-to-fit behavior that I believe the OP was asking about.  I think the trick is to make sure that you also check whether the scaled height of the stage exceeds the height of the browser window and change the scaling so that it is responsive to changes in both the width and height of the window, whichever is the limiting factor. The code I changed in CompositionReady appears in bold below.  I hope this helps.
    sym.$("#Stage").css({ // Set the transform origin so we always scale to the top left corner of the stage
    "transform-origin":"0 0",
    "-ms-transform-origin":"0 0",
    "-webkit-transform-origin":"0 0",
    "-moz-transform-origin":"0 0",
    "-o-transform-origin":"0 0"
    function scaleStage() {
        var stage = sym.$('Stage'); // Set a reusable variable to reference the stage
        var parent = sym.$('Stage').parent(); // Set a reusable variable to reference the parent container of the stage
        var parentWidth = stage.parent().width(); // Get the parent of the stage width
        var parentHeight = $(window).height(); // Get the browser window height
        var stageWidth = stage.width(); // Get the stage width
        var stageHeight = stage.height(); // Get the stage height
        var desiredWidth = Math.round(parentWidth * 1); // Set the new width of the stage as it scales
        var desiredHeight = Math.round(parentHeight * 1); // Set the new height of the stage as it scales
        var rescaleWidth = (desiredWidth / stageWidth); // Set a variable to calculate the new width of the stage as it scales
        var rescaleHeight = (desiredHeight / stageHeight); // Set a variable to calculate the new height of the stage as it scales
        var rescale = rescaleWidth;
        if (stageHeight * rescale > desiredHeight) // Do not scale larger than the height of the browser window
                        rescale = rescaleHeight;
    // Rescale the stage!
               stage.css('transform', 'scale(' + rescale + ')');
         stage.css(  '-o-transform', 'scale(' + rescale + ')');
               stage.css('-ms-transform', 'scale(' + rescale + ')');
         stage.css('-webkit-transform', 'scale(' + rescale + ')');
               stage.css('-moz-transform', 'scale(' + rescale + ')');
         stage.css('-o-transform', 'scale(' + rescale + ')');
               parent.height(stageHeight * rescale); // Reset the height of the parent container so the objects below it will reflow as the height adjusts
    // Make it happen when the browser resizes
    $(window).on('resize', function(){
               scaleStage();
    // Make it happen when the page first loads
    $(document).ready(function(){
        scaleStage();

  • How to resize to fit paper size? I have Envy 7640 printer.

    I accidentally was able to resize a photo the other day to fit the paper.  Now when I want to do it, I can't figure out how to do it.    I have a Mac.  Thank you in advance.

    Hi , Welcome to the HP Forums! I understand that you are wondering how to resize to fit paper size, with your HP Envy 7640 on a Mac. I am happy to help! What version of the Mac Operating System are you using? If you do not know the Operating System you are using, please visit this website. Whatsmyos. What is the name of the program you are printing from? In the meantime, please see this article, OS X Mountain Lion: Scale a document to fit your printer’s paper, as I am sure the settings are universal between Mac OS X Operating Systems. Hope this works!  “Please click the Thumbs up icon below to thank me for responding.”

  • How to scale image to A3 size in adobe reader XI

    Hi there,
    Im having trouble trying to find out how to scale an image to fit onto an A3 sixe paper. I tried the fit command but it doesnt 'fit' the image to A3 size. Any help would be appreciated.
    Tamika

    As far as I know, this cannot be done with the free Reader.

  • Where did the "scale to fit" option go?

    If I remember correctly in one of the tutorials I was watching there was a scale to fit or scale to fill option for the browser fill, its not an option anymore. I'm confused as to what happned to it. Was it actually taken out of the features?

    The ability to use the Scale to Fit option for the Browser Fill is now available in the current Muse beta. You can learn more about this feature in the Muse Release Notes (August 1, 2012 beta).
    Here is more information on how to participate in the Muse beta program: Participating in the Muse beta program
    We welcome your feedback on these upcoming features.
    Best regards,
    Corey

  • Background fill scale to fit scroll motion issue. Please help...

    I am having an issue with the background fill. I am using an image at least 2500px wide. It seems that when I have scrolling checked, the image scales to fit the browser normally when I preview the page. However, if I turn scrolling off, when previewing the page, the background image shrinks from 30-50% and no longer scales to fit. As soon as I go back, check scrolling again, it then scales to fit as normal.  This also happens if I have scrolling checked and then set initial and final motion to 0. It again shrinks the background image and stops scaling to fit. As soon as I put any value in the initial and final motion, it again shrinks the image.
    When doing the above same thing on a master page, using the same image, even with scrolling checked, the image doesn't scale to fit.
    This brings me to a second issue. The custom scrolling on the background isn't working. No matter what I set the values to, the browser always scrolls the back ground image up, even if I change the rate or direction, it stays at 1 and in the up motion.
    How can I fix this??
    Thank you!

    This is due to the fact of image size and scroll setup with fill, Please check this post which includes a similar discussion :
    https://forums.adobe.com/thread/1362457
    Additionally this will help you :
    https://helpx.adobe.com/muse/how-to/muse-size-resolution-graphics.html
    Thanks,
    Sanjit

Maybe you are looking for

  • Installed Adobe now all files try to open as PDF

    Anyone know how to set system to return to automatic open using proper software rather than auto PDF attempt?

  • Liveoffice is not visible in Excel and Xcelsius

    Hi, We have installed LiveOffice. This is visible in all MS Office applications like powerpoint, word and excel for the administrator . But when I logged into the same system, live office is visible only in powerpoint and word. It is not reflected in

  • My service is screwed up since update!

    I have barely any service since the update this morning. What the devil can I do to get my 4G LTE back? I have a Droid Bionic! <Post moved from the DROID RAZR by Motorola space to the DROID BIONIC by Motorola space for more exposure.> Message was edi

  • Which latency type

    Hi, apologies if the following query is a dumb one, but I am ignorant when it comes to this stuff our broadband is used by one pc hard connected to the home hub and 2 laptops wirelessly.  The pc is used for warcraft and the laptops for bbc iplayer st

  • Aligning results in WAD

    Hi all: I have a web template that is always showing me results in the middle of the screen (vertically speaking). So, when the number of result rows is only a few, the user has to scroll down to see them. Is there any way to have the result rows alw