Slide show - how to fill page

Hi guys, please may someone explain to me how I fill a page and browser with a slide show? Can I edit the pre-set ones in Muse already available or do I have to create one in Edge Animate please?  I am wanting to literally have an image cover the entire screen regardless of what system you are using to open the site.  I am working on a 27" Mac monitor so it's hard to judge thanks.
Can you give me dimensions and how I can do this. Ever so grateful, as always!
Regards,
Robyn

Thank you.
2nd questions - same topic... How do I change the path to retrieve my images - please note that I don't understand code that well thanks.  I have tried uploading to dropbox and doing similar code by retrieving the link but it doesn't worl - probably because I haven't a clue lol.  I am wanting to upload images from the downloads folder and within that I have a folder named cleaning images which contain images I want to use. Thanks
So I'm using this code from that forum:
. Download the js file https://raw.github.com/srobbin/jquery-backstretch/master/jquery.backst retch.min.js
2. In Muse: Go to File -> Add Files for Upload and add the script file
3. Open Page Properties -> Metadata -> HTML for <Head>
Paste this code in:
<script>
window.onload = function() {
var loaded = function() {
  $.backstretch([
      "http://dl.dropbox.com/u/515046/www/outside.jpg"
    , "http://dl.dropbox.com/u/515046/www/garfield-interior.jpg"
    , "http://dl.dropbox.com/u/515046/www/cheers.jpg"
  ], {duration: 3000, fade: 750});
//Load the plugin:
var head= document.getElementsByTagName('head')[0];
var script= document.createElement('script');
script.type= 'text/javascript';
script.onreadystatechange = loaded;
script.onload = loaded;
script.src= 'assets/jquery.backstretch.min.js';
head.appendChild(script);
}; //Window OnLoad
</script>

Similar Messages

  • In Safari why dont I have icon in toolbar that shows how many open pages I have?

    Apparently when using Safari on the iPad there should be a little icon in the toolbar that looks like a rectangle and has various numbers in it. Apparently this shows how many open pages you have. When you tap on that icon, you are shown a page with thumbnails of the pages you have open. Unfortunately my husband's iPad does not have that tooblar icon. I cant seem to find any answers on the internet, from friends, from the IT people at work, the local people who sell iPads. Thanks to anyone who can help.

    That was the case in iOS 4, but its not the same in iOS 5. Apple moved to a tab-based interface for the iPad in iOS 5. The old thumbnail view is no longer included.
    Regards.

  • In adobe muse when we have more thumbnail in slide show how can scroll them?

    In adobe muse when we have more thumbnail in slide show how can scroll them?

    Hi,
    Can you please be a little more specific regarding your issue?   perhaps a screenshot explaining what you are trying to do using muse would be really helpful .
    Regards,
    Rohit Nair

  • Slide show - how can you show file name

    How can I set both the screen saver (when set as a slide show) and the slide show itseld to display file names?

    I figured out what I was doing wrong. I was using a black page for the slide show and not a what page.
    duh!
    griny grin grin

  • "Slide show" for a web page

    Hi all! I have a client who wants me to make a slide show to go on his web page. Up until now, I've been creating animated gifs. But now he wants the slides to fade or dissolve in to one another. I can do this in iMovie. But... the slide show has to be a specific size. I'm not sure in iMovie how to make a specifically sized movie. Plus, I'm not sure of the best way to save it. SWF? I've posted on the iMovie forum, but didn't get any helpful responses. I've looked online for help, but apparently I'm not using the right search criteria. All I find are instructions on making movies to run off of a computer.... not on a web page.
    Oh... it also needs to loop continuously. Is this a setting I set in Dreamweaver? Animated gifs are set to loop when I create them in Photoshop. But I couldn't figure out how to do this in iMovie.
    Thank you!
    Julie

    LMGTFY: http://www.google.com/search?q=jquery+slideshow
    Mylenium

  • Spry Slide Show-how to use one size photo for large photo and thumbnail?

    Hi all,
    I'm am using Adobe's Spry Slide Show. I can only use one size photo 640x480px for both the large photo and the thumbnail.
    I changed the size of the small thumnail on the html:
                     <li><a href="Photos/TestPhoto640x480.jpg" width="490" height="367"><img src="Photos/TestPhoto640x480.jpg" width="63" height="47" alt="photos-1.jpg" /></a></li>
    The thumbnail looks fine until you hit Live View or Preview in Browser then photo comes in full size and you can only see the upper left hand corner.
    I assume that the java is doing this. But I have no training in Java.
    How can I change the Java Code so the thumbnail comes in at 63x47px?
    Many thanks.

    Wish I could use scaled down versions of the thumbnails-but I can't.
    Why not?
        img.src = info.src;
        img.style.width =  "490px";<!--Large Photo size on internet-changed from info.width + "px"; to "490px";  *********-->
        img.style.height =  "368px";<!--Large Photo size on internet-changed from info.height + "px"; to "368px";  *******-->
    You're shooting yourself in the foot with this.  It's overriding your HTML and CSS  values.
    As an FYI, Adobe Abandoned the Spry framework late last year.
    http://blogs.adobe.com/dreamweaver/2012/08/update-on-adobe-spry-framework-availability.htm l
    You might want to cut your losses right now and switch to something better suited to modern web devices & browsers.
    jQuery Fancybox
    http://fancybox.net/
    20 of the best jQuery Slideshows
    http://vandelaydesign.com/blog/web-development/jquery-slideshow/
    Nancy O.

  • Help placing a Bridge slide show in a DW page

    I've created a slide show (paintings on an artist's website) using Adobe Bridge. Though I followed the instructions for placing this file in a page created from a template, it interrupts the horizontal navigation bar when viewed in a browser.
    Thanks in advance for the help.

    Hi
    If the slideshow works, then it is probably your css margin settings that require increasing. If you are using a table based layout the you will have to either increase the size of the table or convert to a css based layout.
    Can you post a link?
    PZ

  • Can iWeb do an auto-runing slide show embedded on home page?

    I want a slide show of photos to start running automatically when the page is loaded. I don't want visitors to have to click anything, and I don't want the slide show to take over the page.
    (Example: http://www.csl.edu/ )
    I have tried placing a MobileMe Gallery widget on the page, but when I do this, the little window comes up asking me to select the album to display. I do have a MobileMe account, and I do have albums in the gallery, but the iWeb Gallery widget is not showing any of them.
    Can anyone help?

    both albums page and photos page have slideshow that can be auto start with a few lines of code.
    see my posts in this thread for albums page slideshow:
    http://discussions.apple.com/thread.jspa?messageID=8422394
    here is example: http://temp.cyclosaurus.com/ImageRotate2/ImageRotate/ImageRotate.html
    albums page slideshow requires some manual works for good quality images.
    do search for my posts on photos page slideshow, here is my photos page slideshow slideshow:
    http://www.cyclosaurus.com/iWeb2/Photo_Albums/Pages/Muse.html

  • Using Photoshop CC to make a slide show how do I turn off the crop preview

    I am trying to create a slide show in Photoshop CC.  I am cropping some of the pictures and I can't figure out how to turn off the crop preview.

    Simply select a different tool than the Crop tool.

  • How do I make an animated slide show that looks like pages of a scrapbook turning?

    I am learning CS6 to make a website for the summer camp I run.  On the main page I want a scrapbook that will open and show pictures of the kids having fun... how can I do this??

    Take a look at FlippingBook, which is an extremely good application. This is also not Flash based so works in all devices.
    http://flippingbook.com
    You would need to create it as a standalone page and then add an iFrame to the page you want it displayed on to have it inside your web page template.
    An easier way and maybe more versatile would be to just have a gallery on your page and animate it with CSS3. This is an example.
    http://www.zurb.com/playground/css3-polaroids

  • Flash Slide Show - How to supress "loading images" message

    Thanks for looking -
    I set up a simple 2-image slideshow in created in MX2004.
    I'd prefer a blank rather than that brief loading message.
    Is there a setting in the code to achieve this?
    Page is here: http://www.workandpartners.com/WAP/indexnewnav3.html
    TIA

    There isn't any parameter in the current code that appears to control the preloader activity, so if one could be added, it would probably be a selection of whatever interface DW provided for creating the show.
    If it's any use to you, I took a couple of minutes and created a simplified swf file using the two images.  It is a static piece, meaning you can't add/change images for it like the slideshow appears to support, and it does not preload, but it may pass for now... if not, the quick effort didn't kill my weekend plans.
    The zip file linked here contains an html page which you can use to copy/paste the embedding code into your file, the swf file, and a javascript file that must also reside in the folder.  In the html head section there are two script tags that must also be added to the html head section of your file.
    http://www.nedwebs.com/Flash/indexFlash.zip

  • OT: DVD Slide Show - How to do still-frames?

    I want to make DVDs containing my photos, so that I can inflict them on
    family members and other unfortunates. I have not yet been able to discern
    if any of the commercial packages allow for the creation of still-frame
    shows - if that is the correct term to describe what I want.
    I have commercial DVDs which, as extra content, contain documentary
    collections of still images. These groups of images appear to be
    single-frame images, and do not automatically advance -- they require the
    user to press the Skip button to see the next image.
    THAT's what I want to do... have the slideshow require a manual advance, so
    that each photo could be viewed for as long (or short!) as desired, before
    moving on to the next.
    Of course, I would also want to create traditional "moving" slideshows as
    well, when desired.
    Can anyone advise with regard to this quest?
    TIA,
    Byron

    Byron,
    To the best of my knowledge, Photoshop Elements will not allow you to create DVDs of any sort - let alone whether it is possible to manually advance your way through a collection of stills.
    PSE's primary purpose is as an image editor and since version 3 as an image organiser. Sure it has a few bells and whistles that allow you to present your images in a vareity of ways, but it is not strong in this area. Maybe that is why there isn't a great response to your orginal post.
    I do know that Adobe Premier Elements allows you to create DVDs and once installed, there is an option on the file menu in organiser that allows you to send images direclty to PrEl.
    Once again however, I would advise caution. Premier Elements is a cut down video editing suite, so it might be overkill for your needs and have a steeep learning curve!
    Many people have mentioned a product called Proshow Gold in here. I don't use it and so cannot comment personally, but plenty of people like it and if I recall correctly, you will be able to create DVDs.
    Best of luck
    Mark

  • Can you have two slides shows on the one interactive page?

    I'm just new at learning interactive pdfs in indesign so sorry if this is common knowledge. I know how to create a slide show on a page, but can you have two slide shows on the one page or more for that matter? (Ideally I need 3.) Each slide show has its own set of images and buttons.

    Just :http://www.youtube.com/watch?v=Dm0aeMUPZ4U
    But I'm happy to create them a different way if needed be.

  • How can I change the font size and placement of photo descriptions in an  iPhoto slide show?

    With an iPhoto slide show, how do I change the font size for titles and descriptions and position the text when preparing a slide show?

    to change the pixels crop to 100x100 and export with maximum dimension of 100 - see the user tip on exporting foo details on Export options - Exporting From iPhoto
    As to DPI - digital photos have no DPI since DPI is Dots Per Inch and digital photos have no inches hence no DPI - when you print a photo then DPI is a mathematical calculation - dots divided by inches - it is not a setting
    Print a 480 pixel photos as a 1" square and the print it 480 DPI (480 / 1 = 480) and print the 100 pixel image as a 1" square it will be 100 DPI (100 / 1 = 100) - print a 480 pixel photo as a 4.8 inch square and it is 100 dpi (480 / 4.8 = 100) - just a calculation - not a setting
    LN

  • How do you create a title screen in the slide show?

    If I wanted to create a title screen (with text on it) for in iPhoto 6 for a slide show, how do I do that?
    Can I do that?

    Steve:
    Do you have another image editor you can use? Then it's relatively easy. Created an image file that's 4:3 in size ratio, give it the background color you want, and add add and position the text and save as a jpg. Or duplicate a current photo, edit it so it's all black or desired color and use it to put the text on. There's a 3rd party application that many like called Portraits and Prints. Check VersionTracker for it and others.
    If you don't have a 3rd party editor you might be able to do it with AppleWorks or Word. Again create a 4:3 ratio landscape document, add text and print to PDF. Then open it in Preview and do a Save As, selecting jpg as the format.
    Other's have listed different methods.

Maybe you are looking for

  • How to stop a "Free" process??

    Hi, we are implementing a "Recycle Bin" folder in user's home folder. When a user delete a file, if this file is not already in Recycle Bin, we want to move it there, and then stop it from being "Freed". I'm overriding S_TieDocument extendedPreFree m

  • Multiple Source directory Scenario

    I have a situation where my source files will be in several directories based on State. If I give the multiple source directories how the Sender File Adapter picks up those files? Does Adapter picks up 1 after the other or It picks up all files and m

  • IPhone Display is so large that I have to move the screen to reach all the icons...!!!!!!!!!!

    Note: Ticket Number 11362 is now displayed under iOS Diagnostics. The display on my iPhone does not fit the screen. It is so large that I have to move around the screen to find "Slide to Unlock". By the time I have unlocked to answer a call, the iPho

  • Reset Factory and Upgrade iOS

    Hi all, i have iphone 4 and now my software version is 7.1. If i reset factory back to ios 4.2.1 can i upgrade again to ios 6.3.1 ?? Please help me to resolve this problem. Thanks. Ruki

  • Need help turning off find my phone

    I Purchased an iphone4 from a couple and later found out that in order to install apps that I need their account password. I texted them and they said they didn't remember it. They said to contact apple and give them the info they used when they purc