How to make images look like live website for presentation?

I've created a website mockup in Photoshop and need to present them online to a client. I'm wondering if there's a simple app or technique of how I can "play" the images so they feel like they're scrolling up and down or page to page like a live website? No clicking necessary, but maybe a nice 60 second loop "movie" (?) of the images in the browswer so they get the feel of how things will flow from page to page. Any creative ideas or links of others that have done this? Cheers.

In the effects panel type "light" in the search box. This will bring up all the lighting effects in Pr. Adjusr/Lighting or Stylize/Strobe might work for you. There are a lot of adjustments you can key in until you find what suits your needs.

Similar Messages

  • How to make HD look like 4K

    I found this article rather interesting. If I had to try and make a silk purse out of a sow's ear, I would read this one again.
    RedShark News - How to make HD look like 4K

    I'd forgotten about RedShark in general ... thanks for the heads-up.
    And the point about the "impression" being at times more important than the reality (especially if not well handled) is well taken. Working professional stills for many years now ... I've had large prints that even at close inspection looked much cleaner, sharper, and less noisy than other photog's made who had "larger" sensors ... but did their post not as righteously as I did. How you set up & shoot the image/s in the first place matters ... as does how you handle your post & output.
    Craft matters ...  

  • How to make it look like the actors are watching TV

    Hi,
    I am looking to add an effect in Adobe Premiere Pro CC to make it look like the actors are watching TV in the dark. Just a soft pulsating, bluish-white light that may vary throughout. Does anyone know how to do this? I've tried scouring the internet but haven't found much. I'm a beginner for sure, but trying to learn!
    Thanks so much,
    -Andy

    In the effects panel type "light" in the search box. This will bring up all the lighting effects in Pr. Adjusr/Lighting or Stylize/Strobe might work for you. There are a lot of adjustments you can key in until you find what suits your needs.

  • How to make it look like the camera is following a zig zagging line

    I have an animated video where a person clicks a button and an arrow appears coming out of the right side of the computer. I would like to make it look like the camera follows the arrow as it zooms along a zig zag path and eventually ends at another computer.  Does anyone know of any good tutorials for this? 
    Thanks,
    Paul

    This is just a matter of keyframes for camera position and point of interest.You are probably not going to find a tutorial that exactly matches your project. Try this:
    Open up 2 views, one active camera, one top view.
    Set a position keyframe for the camera where you want the movement to start.
    Drag the point of interest to point at your subject (animated arrow)
    Using the top view and setting the CTI (current time indicator) to the end point of the camera move, move the camera's point of interest  to the same position as the animated arrow
    Still in the top view, move the camera to it's final position
    Using the pen tool (keyboard shortcut g) add points to the camera position path and drag them into a zig zag shape using the top view
    Selecting the Point of interest in the timeline, adjust the position of the point of interest to follow the arrow as it animates across the screen by moving the CTI and setting new positions.
    Another thing you could do would be just to use a lookAt expression for point of interest. This would keep the camera pointed at the arrow.
    Hope this helps. Animating a camera is one of the most basic skills an AE artist should have. It takes a bit of practice but it's not hard.

  • How to make it look like you never bought a movie.

    Ok....so....I accidentally bought a really inappropriate movie on iTunes and REALLY need to make it look like I never bought it.........like TOTALLY delete it from my purchase history...I don't care about the money, its just I don't want the movie to be in the cloud anymore! PLEASE HELP! I am freaking out!!!! I want to make it look like I never bough the movie ever! SURELY there is a way to do this.....THANKS!

    Make a new account and use that, you will lose your entire history and will need to authorize the new account to play things from the old.
    Drastic, but I know of no other way.

  • Bridge: How to make PDF looking like this:

    I try to arrange my images in PDF document, which I'm making in Adobe Bridge CS5.
    I want to make this looking something like this:
    How to make it?

    Or get a decent program like Contact Sheet X.
    http://csx.riaforge.org/

  • How to Make App look like "MARVEL COMIC" app ..

    Hi to all,
    I am new to this app making business ..currently i m making app for different stories...now my requirement is
    1) How can we give prise tag or "FREE" tag to app on app store.. ..... and 
    2)  i want to make one app like interface which gives links of my all app or which is story albumb ..exactly it has to look like "MARVEL COMIC" apps from apple store...... in which they have one MARVEL COMIC APP and in that they linked their different comics..and they can be free or paid...
    I will be greatful to one who can help me......

    If it must look 'exactly' like the Marvel app, contact http://www.comixology.com/
    Ali

  • [SOLVED] How to make URxvt look like default XTerm?

    I don't want to install terminus-font or something else. Just want to make XTerm and URxvt look equal.
    I prefer URxvt over XTerm for its performance, but default URxvt looks ugly comparing to default XTerm: for example default bitmap font (fixed) is broken whereas it looks beatiful on XTerm.
    Also colors in URxvt do not match to those in console and XTerm (which seem to be the same) - highlighted directories, executables, prompt, etc which seem to be darker.
    How do I fix it?
    Help is appreciated, as always.
    Thanks.
    Last edited by eruditorum (2012-12-07 09:35:23)

    I believe the default xterm fonts are listed in /usr/share/X11/app-defaults/XTerm.  I may be wrong but I think you want to specify the urxvt font as:
    -misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso10646-1
    This will be incorrect if you do not have the xorg-fonts-75dpi package installed.  If you don't have that package installed, I'm not sure what font is used in its place by either emulator.
    WIthout specifying the terminal colors in my ~/.Xdefaults or ~/.Xresources file, I also found the two terminals' colors do not appear the same.  I have configured the colors so they are identical in both apps.  This excerpt from my .Xdefaults uses the asterisk, *, as a wild card so the colors I have chosen apply to both terminals.
    ! Colors
    *foreground: rgb:b2/b2/b2
    *background: rgb:08/08/08
    ! 0 black, 1 red, 2 green, 3 yellow, 4 blue, 5 magenta, 6 cyan, 7 white
    ! 8 black, 9 red, 10 green, 11 yellow, 12 blue, 13 magenta, 14 cyan, 15 white
    *color0: rgb:28/28/28
    *color1: rgb:ba/44/44
    *color2: rgb:50/94/43
    *color3: rgb:cd/a8/38
    *color4: rgb:52/76/a8
    *color5: rgb:c0/52/88
    *color6: rgb:44/ba/ae
    *color7: rgb:b2/b2/b2
    *color8: rgb:58/58/58
    *color9: rgb:ff/9d/80
    *color10: rgb:84/bd/79
    *color11: rgb:ff/e6/98
    *color12: rgb:82/a4/d3
    *color13: rgb:c6/84/a5
    *color14: rgb:a7/d8/d4
    *color15: rgb:e4/e4/e4

  • How to make it look like this in Premiere Pro CC?

    So, I have 2 videos and I want to make it like this. How to do that?
    Thanks!

    Each Video track is numbered at the left, V1, V2, V3, etc. with higher number tracks covering lower number tracks. So put "Video 2" on V2, and use Scale and Position on Video 2 clip as directed by shooternz to create your PIP effect.
    Thanks
    Jeff Pulera
    Safe Harbor Computers

  • How to make yourself look like a midget

    I take it you can do this in real life but how would you most go about doing it in after effects? Any tips or good tutorials I can watch? thanks

    You'd simply scale the layer until you appear tiny. Either way, for this kind of stuff the success is in properly planning the shoot to match lighting and perspective of the 2 different scenes, not so much in the post production process...
    Mylenium

  • Make this look like a cursor for a link

    How can I make this switch to a normal cursor for a link?
    <font face="Helvetica" onclick="MM_swapImage('greyjpg','','Images/greytaper.jpg',0)" onmouseout="MM_swapImgRestore()"><u>New
                        tapered configuration for the same price.<br>
            </u></font>
    The action works as expected but the cursor doesn't change.
    Thanks

    Use the cursor style property:
    <span style="cursor:pointer;" face="Helvetica" onclick="MM_swapImage('greyjpg','','Images/greytaper.jpg',0)" onmouseout="MM_swapImgRestore()"><u>New
                        tapered configuration for the same price.<br>
            </u></span>
    best,
    Shocker

  • I used to be able to make FF look like IE with a button. I don't see the button anymore.

    Some sites require IE e.g. Microsoft Update. I can't figure out how to make FF look like IE the way I used to do.
    Bill

    Did you have an add-on such as [https://addons.mozilla.org/en-US/firefox/addon/92382/ IE Tab 2 (FF 3.6+)] or [https://addons.mozilla.org/en-US/firefox/addon/10909/ IE Tab Plus (FF 3.6+)].

  • How to convert a image layer to a text layer any idea? a image looks like a text in layers box

    How to convert a image layer to a text layer any idea? a image looks like a text in layers box

    You can't convert an image into a text layer.  What you can do is clip an image to a text layer so that just the image layer shows up where there is text.  Create a text layer, then above it put your image layer.  Hold down the alt/opt key and click between the two layers to clip them.

  • How do i increase the resolution on my screen in CC, my old CS6 was fine the new CC programme makes everything look like placed low-res files?

    ow do i increase the resolution on my screen in CC, my old CS6 was fine the new CC programme makes everything look like placed low-res files?

    yes doc set to high res, hard to get an example as screenshot is low-res anyway

  • How to make an app a file receiver for images on iOS?

    Hi,
    How to make an app a file receiver for images on iOS?
    I did it for the Android app.xml like this:
    <intent-filter>
            <action android:name="android.intent.action.SEND"/>
            <category android:name="android.intent.category.DEFAULT"/>
            <data android:mimeType="text/plain"/>
        <data android:mimeType="image/jpg"/>
        <data android:mimeType="image/jpeg"/>
        <data android:mimeType="image/png"/>
        <data android:mimeType="image/gif"/>
    </intent-filter>
    How to do it for iOS?
    (I'm using Adobe Air 4.0)
    Thank you!

    What app have you used to create your ibook?  Normally any app will have a menu item like File > Export that will give you the option of PDF, or you can use Print and there will be an option in the Print dialogue to Print to PDF.

Maybe you are looking for

  • ASA5510 + AnyConnect trouble

    Hi, Can't get it to work log says:Syslog ID: 716023 Group <DfltGrpPolicy> User <wmdata> IP <217.xx.xx.xx> Session could not be established: session limit of 2 reached. And license tab says "Clientless SSL VPN Peers: 2 " But active VPN Tunnels is 0 on

  • How does one copy a PDF file into another PDF document?

    I am trying to copy part of a PDF file into another PDF document. So far, the file will copy but will not paste into another PDF document. Any clues?

  • Integration with hand held devices

    Experts, My client is looking for options where the field technicians will be able to get the notifications assigned to them in a hand held device. Can someone share any options you might have considered to enable this? If yes, I will also be keen to

  • Calendar Adding Alerts Automatically - Do Not Want!

    Hello all, For some reason, Calendar has been adding alerts automatically and I do not want this to be happening. In my Calendar preferences on my Macbook Pro, I have all alerts set to "none." This only happens on newly created calendars for some rea

  • Set up AirPrint

    Hi all, I have followed instructions from multiple sources abour connecting my Canon i-sensys MF4430 to an Airport Express so that I and my colleagues can print from iMac, Air, iPhone and iPad when in the office.  I can't for the life of me get the C