Iweb slideshow image size

The "Play Slideshow" option in iWeb Photo pages actually shows my photos same size or even smaller than the photos on the page. They look tiny in the middle of the large black modern viewer..
Why is this? If I chose to click directly on one of the photos, another "inline" viewer appears, and here the photos are larger - as I would expect them to be in the slideshow.
I am very found of the iWeb fotopages that lets me make real photo albums with title text (as in the old "Homepage". I have tried to upload Large (high quality) photos, but this does not increase the size of the photos in the slideshow.
What is wrong here? Can anyone give me some input on these settings please? Thanks!

I believe the maximum dimension size of Photo Album Slideshows is 800 pixels. So anything larger will only display at 800 pixels.

Similar Messages

  • How can I fix the image size in a "Picture Library Slideshow Web Part"

    When I upload images to be used in the Slideshow Web Part they become skewed because they are different sizes. Is there a way to fix this besides uploading images that are all the same size? 
    Thanks,
    Kathleen

    http://webcache.googleusercontent.com/search?q=cache:bfUcFkD_bxgJ:spcodes.blogspot.com/2012/08/display-slide-show-images-within-fixed.html+&cd=4&hl=en&ct=clnk&gl=in
     Display Slide Show Images within fixed size
    The Picture Library Slide Show Web Part show the images stored in a picture library with slide show effect.
    This slide show web part displays the images with it's original size. Due to this the web part changes its size according to the image size. If we want the slide show to run within the specific size on the page then we need to control the size of the images
    to the fixed length during runtime.
    To achieve this we need to add the CEWP above the picture Library Slide Show web part & insert the following script in that web part.
    <style type="text/css">
    .ms-WPBody TD {
        PADDING-BOTTOM: 0px; BORDER-RIGHT-WIDTH: 0px; MARGIN: 0px; PADDING- WIDTH: auto !important; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; HEIGHT:
    auto !important; VERTICAL-ALIGN: middle; BORDER-LEFT-WIDTH: 0px; PADDING- 0px
    .ms-WPBody TD DIV {
        PADDING-BOTTOM: 0px; BORDER-RIGHT-WIDTH: 0px; MARGIN: 0px; PADDING- WIDTH: 100% !important; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; HEIGHT:
    auto !important; VERTICAL-ALIGN: middle; BORDER-LEFT-WIDTH: 0px; PADDING- 0px
    .ms-WPBody TD IMG {
        PADDING-BOTTOM: 0px; BORDER-RIGHT-WIDTH: 0px; MARGIN: 0px; PADDING- WIDTH: 260px !important; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; HEIGHT:
    190px !important; VERTICAL-ALIGN: middle; BORDER-LEFT-WIDTH: 0px; PADDING- 0px; align: center
    .s4-wpcell-plain {
        PADDING-BOTTOM: 0px; BORDER-RIGHT-WIDTH: 0px; MARGIN: 0px; PADDING- WIDTH: 100% !important; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; HEIGHT:
    auto !important; VERTICAL-ALIGN: middle; BORDER-LEFT-WIDTH: 0px; PADDING- 0px
    .ms-PartSpacingVertical {
        MARGIN-"color:#783f04;font-family:'Courier New',Courier,monospace;" />}
    .style1 {
        COLOR: #808080
    }</style>
    We can fix the height & width of the image in the .ms-WPBody TD IMG css.
    http://sharepoint.stackexchange.com/questions/66028/picture-slideshow-web-part-image-size-too-small
    How to display original images in SlideShow web part
    Step 1. Save below JavaScript code to file, for example in SlideshowObjectInitializer.txt and upload it to SiteAssets Library
    <script type="text/javascript">
    function SlideshowObjectInitializer() {
    ShowPic = (function(ShowPicOrig) {
    return function() {
    var ssObj = arguments[0]; //SlideShow object
    var curPicIdx=ssObj.index; //current picture index
    ShowPicOrig.apply(this, arguments); //call original ShowPic
    //apply some changes to display original picture in SlideShow control
    ssObj.image.src = ssObj.linkArray[curPicIdx]; //display original image instead of web image
    //change picture & container size to auto instead of fixed (by default web image size is used)
    ssObj.image.setAttribute('height','100%');
    ssObj.image.setAttribute('width','100%');
    var cell = ssObj.cell;
    cell.style.width = 'auto';
    cell.style.height = 'auto';
    cell.style.display = '';
    var pcell = ssObj.cell.parentNode;
    pcell.style.width = 'auto';
    pcell.style.height = 'auto';
    })(ShowPic);
    ExecuteOrDelayUntilScriptLoaded(SlideshowObjectInitializer, 'imglib.js');
    </script>
    Step 2. Add CEWP on page where Slideshow web part is located and in the Content Editor tool pane, under Content Link, type
    /SiteAssets/SlideshowObjectInitializer.txt. 
    If this helped you resolve your issue, please mark it Answered

  • Muse slideshow -random image sizes

    when I add multiple images (same size!) to a slideshow, they show up in different sizes and I just can't figure out why?!
    fisrt image in thumbnail
    and the large image:
    second image in thumbnail:
    and its large counterpart:
    it doesn't help to manually resize the image for two reasons:
    1. I have to do that with hundreds of images, and it's very labour intensive. I assume there is an automated method. It doesn't work though with graphic styles as to change the image size one has to select it (orange border line).
    2. sometimes it jumps back to the original small size after I've resized other images.
    pretty frustrating

    Hi Kruczy, Try using Photoshop Actions and Batch Processing.

  • Trying to upload from iPhoto to iWeb maintaining original image size

    I've used Ofoto (now Kodak Gallery) for years and the images I upload are the image size and quality that appears. (Even though it's in thumbnail view.)
    Now when I upload iWeb seems to reduce that size of my image dramatically.
    I did load one photo at original size, but it was huge. When I used Ofoto the thumbnails were all small, but you could get a poster size print because the ultimate quality was there.
    I'm wanting to do this so friends who wish to make enlargements after downloading images have a good quality and size to begin with.
    Thank you for any insights...
    Regards,
    Tim B.

    Make sure that "Optimize Images on Import" is unchecked in iWeb preferences.

  • Widget: Flash Slideshow (Image Viewer) - Modifications Help!

    I created a Flash photo slideshow using Dreamweaver CS3's Insert > Media > Image Viewer. It can be seen here: http://cba.ua.edu/~ckent/ImageViewer/imageviewer.html.
    All and only relevant files can be found in the following directory: http://cba.ua.edu/~ckent/Image_Viewer/.
    Then, I added a Web Widget to my iWeb '08 site, using the entire code from image_viewer.html as the HTML Snippet (after changing relative links to absolute). Everything works beautifully.
    However, I have a few questions for you Flash aficionados out there:
    1. Is there a simple way to modify the code such that the images appear at random, instead of in the same order every time? Dreamweaver does not provide this as an option. I can do this easily with PHP, but of course that is not allowed with iWeb, so I'm looking for a quick and non-complex technique to add to/modify the existing code.
    2. The images load quickly for normal bandwidth speeds, though with slower connections you sometimes see the loading dialog for a second or two. Is there any preload or other technique I could use to alleviate this?
    3. Look at this page: http://cba.ua.edu/~ckent/ImageViewer/image_vieweralt.html. The green is a border that exists due to left-over space where titles and captions were supposed to be presented. Everything has been adjusted such that the minimum amount of space is left within the border. The images are 640x360, but the Flash element has to be set at 654x380 to display the full image size.
    Is there anyway to completely collapse the border around the image viewer? I think this is a function of the actual SWF file, so I doubt it is easily possible considering Dreamweaver creates it on the fly.

    Download the template I made and posted on this thread, should get you started,
    http://forums.adobe.com/thread/563921?tstart=0

  • IE incompatible ? Image size.

    Hi,
    I know very little about HTML, CSS and the like but as a photographer I upload gallery webs all the time for clients etc. I generate these in PS CS2 or iView MediaPro and then upload to my server (shared web hosting).
    With a current project requiring a 'site' type environment I decided to try iWeb. Before visiting this site please note that due to image sizes with iWeb it's a bit on the heavy side and if you're using IE on a PC BEWARE of crashes! Safari may even crash as has done with me.
    http://www.kura-images.com/camping
    Remarks and problems :
    1. As you can see my site does not resemble any iWeb template - using the 'modern' template I basically threw everything away and designed from scratch. It's a great WYSIWYG appli in that sense - no code - just drag and drop, resize, add some effects etc. I published regulary to a folder as a way of double checking but was impressed with the 100% WYSIWYG capability of iWeb
    2. Image size is a MAJOR problem. My concerns are specifically with the gallery pages generated from the photo page temps. Thumbnails at 16ko is too big and the motor that generates the large image files uses a single parameter (800pixels largest dimension) that cannot be changed in any pref settings etc. It also uses a compression factor which is a tad too high. Using Image Ready or the PS gallery web function (driven by Image Ready) I can get as good visual quality for my web-optimised JPEGS for 65% of the file size.
    Note : I tried this file swap as a test
    I changed one image in the folder for the "activités" page (activities_008) - I made a smaller thumbnail in ImageReady and created a 600pixel version of the large file; I replaced the images in the folder with these and checked the site. The thumb appears no problem in a smaller size (btw 6ko vs 16ko - that's a big diff when you apply it to 250 images !). SlideshowJS however has instructions to open the image at main size as determined by the slideshow index file creation generated by iWeb. And that's written as 800pixels. So on opening the 600 pixel image I'd replaced, slideshowJS opened it to 800pixels (not pretty). The only way to rectify that was to go into the source code in the relevant 'activités' js file, find the codeline for the image 008 and change the values manually. And I'd have to do that with 250 line of code ! That rather defeats the prupose of having a nice easy application to produce your galleries.
    3. Upload to my server via Transmit was trouble-free. No problems publishing to a non .mac server.
    4. Problem with the page titles. The names you give to pages determines the URL. Any spaces means you get the %20 thing and if, like me, you're writing in French the accents mean that iWeb has to get around the problem in a different, and not very practical, way. iWeb creates a random character line as a name, and uses that as the URL for pages where accents appear in the title. When the assets and index page are published those long character names appear on the index file and folder.
    I also think that may lead to compatability issues with certain servers.
    5. But here's the BIG PROBLEM !
    I had 4 people with PC's and IE (God bless 'em) check out the site. 2 reported repeated crashes of IE (unexpectedly quit exe. error). No problems with the homepage - just when clicking on some of the photo pages. What is really strange is that neither had problems when accessing the 'La Soirée' page, but both had problems with all the others. Apparently the crash came after IE tried to load the page, succeeded in loading a few thumbnails and then stopped and crashed 5-10secs later.
    6. EVEN WORSE !
    I have gone back to my site several times, emptying Safari cache each time, and have succeded in stalling definitively Safari's attempts to load certain pages. Just stops with partial page upload. I then have to quit Safari and re-open to be able to access any web page (even other sites). Sometimes it's OK, sometimes not.
    This site goes officially live on wednesday morning but for now it's a no-goer. Just too erratic and not IE compatible.
    PLEASE, any suggestions ?
    Many thanks in advance
    Peter
    G5 2Ghz   Mac OS X (10.4.5)  

    4. Problem with the page titles. The names you give
    to pages determines the URL. Any spaces means you get
    the %20 thing and if, like me, you're writing in
    French the accents mean that iWeb has to get around
    the problem in a different, and not very practical,
    way. iWeb creates a random character line as a name,
    and uses that as the URL for pages where accents
    appear in the title. When the assets and index page
    are published those long character names appear on
    the index file and folder.
    I also think that may lead to compatability issues
    with certain servers.
    Yes, it is best to avoid spaces and accents and special characters if you can. If you must have them in your navigation links, then don't use the iWeb nav bar. Instead give your pages very short simple names with the Inspector, uncheck the box for "include in nav bar," and just create ordinary hyperlinks for page navigation. I don't know if this will help with IE compatibility, but it can't hurt.

  • Slideshow: Images very small on certain computers

    Hi all
    I'm having a problem with slideshows created in (or updated to) iWeb '08. When viewed on some computers, the slideshow images are really small, just a tiny little bit bigger than the thumbnails on the page. On other machines, however, my slideshows play fine.
    Slideshow not OK (small images) on:
    PowerBook G4, 800MHz, 15'' screen (1152x768), 1GB RAM, Mac OS 10.4.10, Safari 2.0.4 or Firefox 2.0.0.6
    iBook G3, 700MHz, 12'' screen (1024x768), 640MB RAM, Mac OS 10.4.8, Safari 2.0.4
    Slideshow OK (big images) on:
    PowerMac G5 Dual 1.8GHz, 23'' Cinema Display (1920x1200), 1.5GB RAM, Mac OS 10.4.10, Safari 2.0.4 or Firefox 2.0.0.6
    PowerMac G4 Dual 1.25GHz, Sony 23'' screen (1920x1200), 2GB RAM, Mac OS 10.4.10, Safari 2.0.4
    Maybe it's depending on the screen size? Since that's the main difference between these 4 systems (but it doesn't seem to depend on the browser!). Anyone care to check on other machines with different screen sizes?
    Tina

    I'm so disappointed in the new iweb. it takes forever to upload pictures from iphoto. i made a new iweb page and it's awful. there's mostly black space on the screen. why would they do that? the slide show displays tiny copies of my pictures almost thumbprint size. and the reflections are almost the same size as the photos. looks ********. vertical pictures are even smaller! why did they fix something that wasn't broken. now it is. if it looks this awful on my mac, what will it look to my friends on other computers? didn't anyone test this stuff? i want my old iweb back!!

  • IWeb Slideshows

    1 year ago I bought a new imac and iWeb. I've made about 10 sites.
    The slideshows look great on my iMac. They are anout 630px wide with a nice reflection.
    BUT!! on my PC, they suck. I tried to show someone my art work on the their PC, I was shocked. The images appear no bigger than matchboxes surrounded by a huge amount of black. I have a newish PC and it's just the same.
    Does anyone else out there have the same problem?
    I uploaded my pics to Flickr, dropped the code... success ... until I discovered
    you can only have three set without going pro .... so no good for me.
    Slide.com .... no end out unrelated advertising ... useless for my website
    Myspace, well, their slideshows now autostart, not way of stopping them, no controls .... and they have annoying rounded corners which are getting very fashionable which I don't like ...
    Anyone any advice?

    Dear kim plygeaw,
    Alancito posted "Re: iWeb Slideshows" in "iWeb Slideshows" on Nov 28, 2008 1:39:02 AM.
    Kim ~ The slideshows on your Flickr account are so much bigger and better than the slideshows on your iWeb site. So why not either hyperlink to your Flickr slideshows or embed your Flickr slideshows in your iWeb site? You are already familiar with Flickr slideshows, but for other forum readers who perhaps are not, here are some details...
    Before clicking on the hyperlinked thumbnail below, note that mouse-over of the slideshow page will display many options — including a full-screen button at lower right. The viewer can pause the slideshow (button at lower left) and then click on the thumbnails in any order...
    Click to open slideshow in new window
    It's also possible to embed the slideshow into your web page via iWeb's HTML Snippet window — see this article: Flickr's slideshows get cinematic, viral. Notice that the sample embedded slideshow there, once playing, also shows the full-screen button at lower right. And clicking it doesn't take you out from the current window/tab — it simply goes into full-screen mode (and hitting the Escape key exits that mode).
    By the way, Flickr's maximum pixel size is 1024. You can submit larger, but they'll be compressed and resized by Flickr. See this FAQ.
    I have just spent a good while getting nowhere logging in here, finally got into my account, phew!:
    Tks for the message and have posted Alancito's message above that didn't show up.
    I started out with high hopes at Flickr, I could post their fabulous networking slideshows onto my iWeb page, add related videos too from YouTube which play many times faster than my better quality but internet sticky Quicktime vids, and so on, music from playlist.com sound effects and so on making the slideshows have a contextual setting on each webpage.
    BUT, the crunch came at Flickr when I discovered you can only make 3 album sets on the free account, therefore only 3 separate slideshows, DAM! The only way round it is to go Pro for unlimited. As I have currently 2 iWeb hostings, I'm not in the mood to keep adding more expense.
    Sooooo, the solution for me: I went over to Gmail 'Pica. Their slideshows are good, I customize the code so say at 800px wide I go down 800px instead of 566px for the vertical pics get as much TLC as the horizontal . You can change the code to make them any size like YouTube videos and with an autostart option which myspace doesn't have. There's no advertising at the end like Photobucket and Slide.com and a nice piece of software that's for mac so you can drag and drop pics to upload update the shows.
    They also behave well on old PC's!
    http://picasa.google.com/
    I started out making my sites with iWeb to add a professional edge to my free networking sites, I didn't even link to them. I feel a little foolish now as that's were the people are, and so now I'm mixing them all together. There needs for people to leave a networking site to go to a private website, and vise versa, and I'm still working on that. I've very surprisingly had 45,000 hits on a rather modest YouTube this past 6 months, a small account with 90 short videos, how to get that traffic over to my website is my next project! So the slideshows and websites better mean something more than they get on free networking sites and not be an anti-climax

  • How to get rid of the large slideshow images in Web gallery (CS4)

    Here is the deal.
    I've created a flash web gallery/ But the new CS4 has the option for slideshow with this flash stuff. CS3 use to create thumbnail and large images folders. The new one creates 3 folders: 1. thumbnails, 2, medium images, 3 large images (for the slideshow). That's great, until I go to upload process. I have pretty limited space. So I'm ready to get rid of the slideshow option, but there's no such option in gallery creating process. The only solution I have in mind is to redirect slideshow images to the medium size folder. But thats pretty annoying process during the creation of each gallery.
    So does anyone has an idea how to skip the slideshow creation or another method to skip creating 3 folders, all with the same images?

    Extend DefaultListCellRenderer, not BasicComboboxRenderer. Here's an example that wraps the original renderer and uses it where possible (i.e. instanceof JLabel). No 'white square'.import java.awt.BorderLayout;
    import java.awt.Component;
    import java.text.DecimalFormat;
    import javax.swing.*;
    public class ComboRendererTest {
      public static void main(String[] args) throws Exception {
        UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
        SwingUtilities.invokeLater(new Runnable() {
          public void run() {
            new ComboRendererTest().makeUI();
      public void makeUI() {
        JComboBox comboBox = new JComboBox();
        comboBox.addItem(new Double(1));
        comboBox.addItem(new Double(2.25));
        comboBox.addItem(new Double(3.5));
        comboBox.setRenderer(new TwoDecimalRenderer(comboBox.getRenderer()));
        JFrame frame = new JFrame();
        frame.add(comboBox, BorderLayout.NORTH);
        frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
        frame.setSize(200, 200);
        frame.setLocationRelativeTo(null);
        frame.setVisible(true);
    class TwoDecimalRenderer extends DefaultListCellRenderer {
      private ListCellRenderer defaultRenderer;
      private static final DecimalFormat FORMAT = new DecimalFormat("#.00");
      public TwoDecimalRenderer(ListCellRenderer defaultRenderer) {
        this.defaultRenderer = defaultRenderer;
      @Override
      public Component getListCellRendererComponent(JList list, Object value,
              int index, boolean isSelected, boolean cellHasFocus) {
        Component c = defaultRenderer.getListCellRendererComponent(list, value,
                index, isSelected, cellHasFocus);
        if (c instanceof JLabel) {
          ((JLabel) c).setText(FORMAT.format(value));
        } else {
          c = super.getListCellRendererComponent(list, value,
                  index, isSelected, cellHasFocus);
          setText(FORMAT.format(value));
        return c;
    }db

  • Slideshow images will not display correctly on mobile phone

    Hello,
    I have a website which I used several slideshows, in areas I would typically just used a rectangle and fill with photo.  This was done because my client wants to be able to update the images through business catalyst.  Unfortunately, when viewed on a mobile phone (I am using iOS 7) the slide show images do not display correctly.
    What can be done to fix this?  Is there another workaround I should try?
    Thanks!

    Hi Nicole
    The images that you are using on parties page are stretched , if you check the image frame you can see that.
    As a result the image frame is stretched over the side image , they are not showing properly. If you resize from Muse end , then also it would not be fixed because Muse remembers the image size as you have inserted and when viewed , Muse stretches the image to original size as how it was inserted.
    Please resize the images outside Muse , use any image editor like Photoshop and then use the exact dimension of the image frame on page.
    This would resolve the issue.
    Thanks,
    Sanjit

  • Full Screen Slideshow image sizing issue

    Hi all,
    I am creating full screen slideshow for the first time.
    I have added the slideshow into the DEISGN mode and it all looks perfectly fine. However, once I am in PREVIEW or PREVIEW IN BROWSER mode the image is at fullscreen but it seems to be zoomed in or cropped tighter.
    The slideshow images are set to FILL FRAME PROPORTIONALLY. I have tried experimenting with different settings, page sizes, changing margins, changing header/footer guides, different image sizes etc... but no success.
    I am on a 27-inch (2560 x 1440) IMAC.
    help???
    I have attached two images to show what I mean. Notice in PREVIEW mode how the image appears to be tighter/cropped/magnified.
    Thanks

    Thanks Zac,
    So do you think I should change to Fit Content Proportionally?
    And then recrop my images so the aspect ratios match my browser window or the page dimensions in Muse?
    Sorry if these are stupid questions. I'm new to all this

  • UIImageJPEGRepresentation increases image size

    HI , Am picking images from device photolibrary , and compress them using UIImageJpegCompression , but some images are doubled in size then the original image , say the original image is 5mb , then the compressed image size increases to 15mb , why so??
    NSData *imageData = UIImageJPEGRepresentation(imgFromPhotoLibOrCamera, .95);
    increases image size?
    Thanks in Advance.

    Yes. I don't optimize before importing and have iWeb's option turned off. I have a tutorial on using Web Site Maestro: Old Toad's Tutorial #12 - Using Web Site Maestro to Publish to MobileMe.. It's a little dated but can help you a little. The WSM help file is very good.
    You need to create a folder on your HD to publish to, I have one called WSM Input. In that folder put another folder for your site but don't have it the same name. Call it "Folder for Site_Name". Publish to that and never delete any of the files that get created in the "Folder for Site_Name". If you do than all edits and publish site changes will result in all pages getting published and WSM will not be able to optimize and upload just the changed pages. It will have to upload the entire site and you definitely want to avoid that.
    WSM does a very good job, IMO, of uploading to the server. I use MobileMe and it uploads much faster than I could upload using the Finder but that shouldn't be any surprise. The Finder is the best uploading client for an iDisk.

  • Image size makes for slow viewing

    Does iweb reduce the photos inserted from iphoto? Even though I have a broadband connection, when visiting my own site, the page with the thumbnails loads very slowly.
    Do I need to resize them first in a separate album in iphoto?
    I wish there was an option to set the image size, like you do when exporting from iphoto to email, or web, etc.
    thanks.

    This issue has been widely discussed in this forum. iWeb uses the PNG format for all but a few images. PNG is an uncompressed format, so that an image that would be, say, 30 KB as a JPEG can be 150 KB or more as a PNG. This is a huge problem and has caused my wife and I to totally drop iWeb because most people viewing our family web site have only dialup connections (rural area). I've read that 60% of the US are still on dialup, though others on this forum have disputed that figure, saying it is more like 40%. Even so, do you REALLY want 40% of your site visitors hitting the back button because it takes too long for your page to load. A simple home page that we created took 5 - 8 minutes to load on dialup.
    Please, please leave Feedback here. Apple promises to read all user feedback and take it into consideration for future updates to the program.

  • Lost iWeb Slideshow icons

    I have updated the slideshow content of my iweb site and for some reason have lost the navigation (back|pause|next) icons that go with the slideshow. They have been replaced with the ubiquitous "?" icons. Is there a way to restore these icons?
    Thank you.
    JYT
    MacBook Pro
    OS 10.6.8
    iWeb 6.0.4

    This is a result of MobileMe closing. The images were stored on the Apple server.
    See this page for info about how to fix it...
    http://www.iwebformusicians.com/Banner-Slideshow/iWeb-Slideshow-Assets.html

  • Slideshow image resizing when adding new images

    I am creating a series of slideshows on multiple pages. I created one slide show using the "basic" slideshow and resized it to the dimensions and settings I wanted. I have many pictures all of different proportion, therefore, I selected the "fill frame proportionally" so they would all fit the dimension I set. I wanted to use this first slideshow as a template for all of the rest. I added images to this first slideshow with no problems. All of my different sized images scaled or cropped to fit within the dimension I set. The problem comes in when I do two things: 1) When I add other images of different dimensions to this same slideshow gallery, they come smaller that the intended dimensions I set previous. I check the setting and it is still on "fill frame proportionally" similar to the first batch of pictures. 2) The second issue is when copy this slideshow as a template to other pages. When I try to replace or add to the slideshow gallery, the images come in cropped or smaller rather than filling the frame. Again, the settings are still the same from my very first slideshow that worked just as i intended.
    I could resize all the images to all the same dimensions using another program like photoshop, but that is another step that is very tedious and it would seem that it should be something built into Muse.
    Is there a way around this?. Am I doing something wrong? Or is this just one of those glitches that happens with Muse? I appreciate any help that I can get.
    Thanks!

    Hi, I got it to work like this:
    Using background colours in Photoshop so that all sizes are the same in pixels. Then manually adjusting thumbnails by double-clicking on them so that a red square appears.
    Cheers,
    Elsemiek
    Op 26 dec. 2014, om 00:50 heeft MediaGraphics <[email protected]> het volgende geschreven:
    slideshow image resizing when adding new images
    created by MediaGraphics <https://forums.adobe.com/people/MediaGraphics> in Adobe Muse Bugs - View the full discussion <https://forums.adobe.com/message/7043933#7043933>
    Hi there Elsemiekagain,
    I had to fiddle around with my slide show to get it to work. That is, it worked at first, then went funky, and I had to fiddle. So much fiddling that I can't possibly know what actually made it start to work again.
    And to some degree, this is the way that I find Muse to be in general. That it requires finessing to get it to work as expected. This adds a good deal of time to every development project, though I am getting better at this with practice and experience.
    Most of it is not even things that could be easily put in words as instructions, as many are nanced. But in fairness, this version of Muse is a complete code re-write this year. So we do need to cut Adobe some slack, and give the team time to iron things out.
    If the reply above answers your question, please take a moment to mark this answer as correct by visiting: https://forums.adobe.com/message/7043933#7043933 and clicking ‘Correct’ below the answer
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
    Please note that the Adobe Forums do not accept email attachments. If you want to embed an image in your message please visit the thread in the forum and click the camera icon: https://forums.adobe.com/message/7043933#7043933
    To unsubscribe from this thread, please visit the message page at , click "Following" at the top right, & "Stop Following"
    Start a new discussion in Adobe Muse Bugs by email <mailto:[email protected]ftware.com> or at Adobe Community <https://forums.adobe.com/choose-container.jspa?contentType=1&containerType=14&container=47 59>
    For more information about maintaining your forum email notifications please go to https://forums.adobe.com/thread/1516624 <https://forums.adobe.com/thread/1516624>.

Maybe you are looking for

  • Please help me move my iTunes music from PC to external drive to laptop.

    Okay, please, please help me! And please know that I'm VERY computer illiterate and VERY frustrated right now. I've searched through dozens of answers to this questions and don't understand any of them. I don't know what a file is or what a folder is

  • Maximum size of an array

    Hello, I'm using LabVIEW2009 under windows XP (4Go RAM). When I create a large array using the "Initilaize an array" fucntion (for example a 2D 512x512 array of U16), I've an error message "Insufficient memory" while this table weighs only 520kb if I

  • Please help iChat to iChat communication error.

    I am trying to connect to chat with my Dad in Istanbul. I am in the Uk, we both have Macbooks running Leopard. We couldn't connect at all at first as his login kept timing out. Now we have changed the port number at Dad's end he can log in and I can

  • How can I change the PEAP credencials in win XP?

    I have a network configured with some vlan's using PEAP. When my notebook tries to authenticate in this PEAP vlan a pop-up message appears asking me the credentials , once I type this credentials, it is stored in the Windows XP cache and didn't ask m

  • Native method in object class........

    I would like to know that which method of object class is a native method..........