Lightbox inside standard slideshow

I would like to ask you for help. Is it possible in Muse to have standard slideshow (without thumbnails - automatic rotation) and when user click on one image, the lightbox with larger image will appear.
Is it possible inside Muse? Thank you for any advice.

I tried to create one using widgets, you may find this screen cast video helpful : http://take.ms/YwXj6  .

Similar Messages

  • Is there a way to use tooltips inside a slideshow?

    is there a way to use the tooltip widget inside a slideshow widget in order to apply a diferent tooltip in every slideshow image?
    or how can i generate a wide image that scrolls horizontally with a clicked arrow and apply the tooltip widget so it moves along with the image... in order to view some close ups or detailed information about the image content.

    You can do this by using the "Blank" or "Presentation" composition widgets for your slideshow, and then dragging the Tooltip widget onto your target area. The only thing is, you cannot delete the thumbnails. However, you can size them really small and give them rounded corners to make them look more elegant
    Hope this helps!
    Julia

  • After update Feb 2013 removing last Adobe photo out of the widget standard slideshow ??

    After update Feb 2013 I can't remove the last Adobe photo out of the widget standard slideshow anymore? Does anyone have an idea how?

    I believe you're referring to the third stock picture in a Basic slideshow that you're unable to remove since the upgrade to 4.0?
    If that is the case, try navigating to the third image by clicking on the ">" (Next) link in Design mode; select the Hero image and hit the Delete button in order to completely remove the third slide off the slideshow. Alternatively, double click on the Hero image to select the image in particular and hit Delete that would render the third slide blank and you should be able to Place a new image into it.
    If the above doesn't help, please try re-inserting the Basic slideshow widget or use the Blank slideshow that does not contain stock images.
    Thanks,
    Vinayak

  • Nesting a lightbox in a slideshow

    Can I nest a fullscreen image (or lightbox) to be triggered by the individual images in a permanently visible composition widget slideshow?
    I've tried, and Adobe documentation infers that its possible, but I've had no luck with this so far.
    cheers, Nick

    There is a couple ways but if I understand the way you want to do it the best option is to use the light box composistion (not the slideshow). Put what ever you want in the thumbnail and add your slideshow to the lightbox.
    Using the tooltip Widget is another option.

  • Inserting video inside a slideshow

    Hi,
    Is there a way to insert html to embed a video inside a thumbnail slideshow?
    Thanks!
    UPDATE: Found answer: http://forums.adobe.com/message/5286967

    There are a number of ways.
    The easiest is probably just to create a title. Put a black rectangle covering the entire title, then a big white circle in the middle. Hold the shift key while drawing the circle to keep it round.
    Put it on the track above your video.
    Put the Track Matte Key effect on the video and in the Effect Controls panel, tell it that the matte is on the track above the video. (Usually the video is on track one and the matte is on track two in simple sequences). Use the Luma setting.
    There are other ways that involve alpha instead of luma. But you will probably be happy with this.

  • Clearbox Lightbox - Turn of Slideshow?

    Hi, I've used clearbox with some modifications to style a gallery - however the client wants to turn the slideshow function off and just have the images enlarge on click.
    I thought I had got round this by simple making the slideshow button transparent so the user cannot cick on it and turning off the previous and next function - however I've just discovered that if I move the scroll wheel on my mouse the images start scrolling from one to the next - and the client specifically does not want this.
    You can see what I mean here
    http://www.creativeclout.co.uk/our_work.html
    Can anyone help?
    Thanks
    Connie

    Image maps, yuck!
    Try this:  I'll let you figure out the math.  This is just a rough layout.
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>HTML5, with Fancybox2</title>
    <!--[if lt IE 9]>
    <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
    <!--LATEST JQUERY CORE LIBRARY-->
    <script src="http://code.jquery.com/jquery-latest.min.js"></script>
    <!--FANCYBOX plugins-->
    <link href="http://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.4/jquery.fancybox.css" rel="stylesheet" media="screen">
    <script src="http://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.4/jquery.fancybox.pack.js"></script>
    <style>
         margin:0;
         padding:0;
         -moz-box-sizing:border-box;
         -webkit-box-sizing:border-box;
         box-sizing:border-box;
    section {
         width:894px; /**adjust as needed**/
         margin:0 auto;
         display:table;
    /**this styles image container**/
    #thumbs p {
         display:table-cell;
         width: auto;
         height: auto; 
         vertical-align:middle;
         border:1px solid red;
         text-align:center;
         opacity:0.7;
    #thumbs p:hover {opacity:1.0}
    </style>
    </head>
    <body>
    <div id="thumbs">
    <h1><a href="http://fancyapps.com/fancybox/">Fancybox2</a> Viewer with images</h1>
    <!--insert thumbnails with links to full size images below-->
    <section>
    <p><a class="fancybox" data-fancybox-group="gallery" href="http://placehold.it/320x400.jpg" title="optional captions"><img src="http://placehold.it/179x225.jpg" alt="" /></a>
    </p>
    <p><a class="fancybox" data-fancybox-group="gallery" href="http://placehold.it/320x400.jpg" title="optional captions"><img src="http://placehold.it/179x225.jpg" alt="" /></a>
    </p>
    <p><a class="fancybox" data-fancybox-group="gallery" href="http://placehold.it/320x400.jpg" title="optional captions"><img src="http://placehold.it/179x225.jpg" alt="" /></a>
    </p>
    <p><a class="fancybox" data-fancybox-group="gallery" href="http://placehold.it/400x320.jpg" title="optional captions"><img src="http://placehold.it/322x200.jpg" alt="" /></a>
    </p>
    </section>
    <section>
    <p><a class="fancybox" data-fancybox-group="gallery" href="http://placehold.it/320x400.jpg" title="optional captions"><img src="http://placehold.it/268x200.jpg" alt="" /></a>
    </p>
    <p><a class="fancybox" data-fancybox-group="gallery" href="http://placehold.it/320x400.jpg" title="optional captions"><img src="http://placehold.it/268x200" alt="" /></a>
    </p>
    <p><a class="fancybox" data-fancybox-group="gallery" href="http://placehold.it/400x320.jpg" title="optional captions"><img src="http://placehold.it/179x225" alt="Thumbnail 6" /></a>
    </p>
    <p><a class="fancybox" data-fancybox-group="gallery" href="http://placehold.it/400x320.jpg" title="optional captions"><img src="http://placehold.it/179x225" alt="Thumbnail 6" /></a>
    </p>
    </section>
    <section>
    <p><a class="fancybox" data-fancybox-group="gallery" href="http://placehold.it/320x400.jpg" title="optional captions"><img src="http://placehold.it/268x200.jpg" alt="" /></a>
    </p>
    <p><a class="fancybox" data-fancybox-group="gallery" href="http://placehold.it/320x400.jpg" title="optional captions"><img src="http://placehold.it/268x200" alt="" /></a>
    </p>
    <p><a class="fancybox" data-fancybox-group="gallery" href="http://placehold.it/400x320.jpg" title="optional captions"><img src="http://placehold.it/179x225" alt="Thumbnail 6" /></a>
    </p>
    <p><a class="fancybox" data-fancybox-group="gallery" href="http://placehold.it/400x320.jpg" title="optional captions"><img src="http://placehold.it/179x225" alt="Thumbnail 6" /></a>
    </p>
    </section>
    <!--end thumbs-->
    </div>
    <!--FancyBox function code-->
    <script>
    $(document).ready(function() {
        $('.fancybox').fancybox();
    </script>
    </body>
    </html>
    Nancy O.

  • Thumbnail Lightbox slideshow in Accordian starts with first image, regadless of trigger

    I created my lightbox on a separate page and it works just fine.  I placed that same lightbox inside an accordion panel.  Now (only on the first click) it doesn't matter which thumbnail I click on, the first image comes up.  If I close that image and click on another thumbnail, the right image comes up.  I need to get rid of that glitch.  Any suggestions?

    Islandpixie,
    Thanks for posting this. I've discussed this issue with our engineering team and we are able to recreate the problem you're experiencing. The problem is related to the state of the Accordian panel that holds the Thumbnail slideshow. If the slideshow/lightbox triggers are in a panel that is open on initial view, the large images (the "heroes") will display in the right order. If the slideshow  is nested in an Accordian panel that is initially closed, the first image in the slideshow will appear first regardless of which trigger thumbnail is clicked.
    The only workaround we have at this time would be to use the Lightbox Composition widget instead of the Slideshow widget. This widget does not cause the same issue with hero order, however it will be more work to setup your slideshow. It will require you to create your own thumbnails for your triggers, then associate your hero image with the trigger (whereas the Thumbnail slideshow does this automatically). Here's a brief video on working with the Lightbox composition widget: http://muse.adobe.com/video-create-a-lightbox.html
    Thanks for your patience.
    Best regards
    Corey

  • Trouble inserting video inside slideshow widget

    Hi there,
    I am trying to add a youtube video inside the Lightbox widget. I have tried using the social widget/youbube and using the iFrame code from the youtube video and placing it inside the slideshow widget.
    I followed an older tutorial online, but I can't seem to make this work using Muse CC.
    What I want to do is create a small button, which in this case would be a small dot instead of the thumbnail, then once clicked a video would open.
    If anyone can help me solve this I would be grateful.
    Thank you

    1. Select the Basic Composition widget. (see attachment)
    2. Make sure 'Hide All Initially' is checked (modify any other options like fill outline etc.)
    3. Select the YouTube widget and slide it into the Basic Composition box. See attachment (box outline will highlight in blue to indicate the widget is inside)
    4. Make sure 'Auto Play' is checked in the YouTube options.

  • Launch lightbox slideshow by clicking on pic or text?

    Hi guys,
    Last question for tonight, it's the big one: how can I configure something so that upon click, it'll launch a lightbox image or slideshow?
    For example:
    - If I have a pic in a text box that is essentially acting as a thumbnail, and I have in text, "Click below to embigify!" so clicking on the pic launches a larger version in a lightbox. Possibly not a larger version of the thumbnail, as on the lightbox verison I may have it cropped differently, etc. So, I want to be able to configure them both independently, one will launch the other.
    - Same goes for if clicking on a pic would lauch a lightbox slideshow. ("Click pic to launch slideshow!") Maybe the pic they're clicking is just a graphic icon or something, and not actually something that'll appear in the slideshow. Click the icon to launch.
    - Same goes for some selected text, clicking would launch lightbox pic or slideshow.
    Really hope this is a achievable in Muse. Thanks yet again!
    D

    Abhishek, I have done this very thing, but my lightbox slideshows don't start on image 1. They start on random images each time they are opened. Here is the thread (I show the settings of the composition and the slideshow itself): How do I get a lightbox slideshow to start on the first image in Muse?
    and here is my test site: Portfolio
    Is this a bug, or pray tell, do you have a solution?
    Also, this configuration is not working on the bottom row of trigger squares on the iPad. When you touch a box, you should see the words on the square (the rollver state of the trigger) .  It quickly shows, then disappears and then the square of words in the row above highlights instead. And there is no way to open the bottom row of slideshows. It works fine on the desktop. I was trying to avoid creating a separate tablet configuration, but I don't even know what I would do differently.
    But any help with the FIRST problem would be appreciated. Thanks.

  • Multiple captions in Slideshow

    Hi, Is there a way to create more captions in the lightbox-slideshow widget? I'd love to have two per image, but when i try to add a textframe it would go "in" the slideshow, it just stand loose on the page. Also i can't copy the one caption and past that one inside the slideshow. The whole slideshow gets copied...
    Can anyone help?
    thanks in advance, bart

    I understand you would not like to have too many images in one slide show and would like to categorize them instead.
    The easiest way to achieve something like this would be by using multiple Lightbox slide shows for the purpose as indicated in the picture below where each slide show on the page can act as an Image Catalog for your gallery page. You can disable the "Show lighbox parts while editing" option so that you are able to re-arrange the triggers easily in alignment with the other slide show triggers. Now when you preview the page in browser, it should give you a similar feel as if they are different categories with distinct titles/headings.
    Thanks,
    Vinayak

  • How do I make a thumbnail that has a gallery inside? And how can I make this gallery have embeded videos from vimeo + Images?

    Hello,
    I'm pretty new to Muse so I don't know a lot about it, but I researched a lot and didn't find an answer to this question.
    I'm trying to make a portfolio website. The website will be a 12 thumbnails. But each thumbnail is one project, not an image.
    When you click one of the thumbnails, I want it to be a lightbox that will show embeded videos from vimeo mixed with images.
    Ex: A coca-cola projet.
    Main page has a thumbnail of a coca cola image. When you click on it, it opens a lightbox with a coca-cola film, when i click to the right arrow, it shows a cocacola poster, then another poster, then another video. (but they are all part of this gallery, that is inside the thumbnail.
    Can you guys help me?
    Thanks!!!

    I don't understand why my thumbnails don't work.
    I dragged a composition lightbox inside another one. But I still have the first lightbox there and can't delete.
    When I try my wabsite i see this:
    But then I click the thumbnail and I see this:
    And when I click one of those 3 I see this:
    Like it is making a double lightbox.
    but it doesn't show the images, it's like the first lightbox is on top of the second one.
    How I deal with this?  =/

  • How to add new customise field in standard SAP ME28 Report?

    Hi Anybody,
             How to add new customise field inside Standard SAP Screen report ME28?.
    Anybody, Please tell me how to do?.
    Thanks,
    Regards,
    S.Muthu.

    Hi Subramaniyam,
    You can find enhancement in me28 by following steps and then apply your logic in include of this enhancement.
    cmod>Give a project name>in enhancement column give the package name ME >f4>in package write ME-->ENTER>It will show you all enhancements available in me28> find which ever suits your requirement>save > click on components> from there you can make changes in include program.to add that particular field.

  • Reg : usage of standard Texts(SO10)

    Hi all of u,
      I want to use standard texts ,which were created under Tcode SO10, alone to display output without using them in any of the script or smartforms.Also i want to nw that , is it possible to use Variables inside standard text,which r really exist in report,report is through which i want to make use of ths Texts .The variable are / shuld be  local to this program...
    Kindly guide me ....
    This will simplifies my work ...
    Thanks in advance,
    Regards,
    Chandra.V

    Hi Chandra Shekar,
    standard text with variable
    SO10 doubt : standard Text
    Regards,
    Sravanthi

  • Any way to get rid of reflection effect in .Mac slideshows?

    I find the reflection effect in the slideshows totally unnecassary, and very distracting. With some photos it even has a distorting effect. I tried to get rid of it by using a workaround posted last year:
    http://discussions.apple.com/thread.jspa?messageID=2249212&#2249212
    But this no longer seems to work. The source code also looks quite different. Any ideas out there?
    Thanks!
    Geert van der Kolk
    http://www.geertvanderkolk.com
    iMac   Mac OS X (10.4.10)  

    I added Richard Blinne line of HTML to my page. It
    does not seem to make any difference. The URL is:
    http://web.mac.com/geertvanderkolk/iWeb/homepage/eugene's_photos.html
    I think you put it in the wrong spot. It has to go
    last - you put it before the standard slideshow.js
    stuff so it is still calling for the reflection.
    Thanks for thinking along about this. I put the line of code for the vampire.js at the end of the head, but it does not help. I found a recent slideshow that has captions without reflection:
    http://web.mac.com/drwater/iWeb/Utah%20Elderstostel/St.%20George%20and%20Snow%20 Canyon.html
    On that page I couldn't find the vampire.js at all. It's very confusng...
    Geert
    iMac   Mac OS X (10.4.10)  

  • Am I able to link a photo in a lightbox, to another different lightbox?

    I am working on a furniture website for my work. I have various main pages- Chairs, Barstools, etc....
    I am working in the chair page (which has all the chairs under a tabbed accordion panel according to the series name) When clicking on a certain chair, a popup "lightbox" window comes up with the chair descriptions, etc. Inside the lightbox I also have photos of similar products.
    When I click on the similar product image, I want it to go straight to the other lightbox pop up for that particular item.
    Does that make sense?
    Thanks,
    Aaron D.

    You can place a lightbox inside the target of a lightbox.
    So in your case, the photos of similar products could itself be the triggers of a lightbox composition inside the target of the root composition.
    Like: Composition -> Target -> Composition -> Triggers (similar products).
    Hope that gives the basic idea.
    Cheers,
    Vikas

Maybe you are looking for