Slideshow hero shadow issue.

I would like to apply a shadow effect on a hero image in a slide show, however when I apply the shadow, it affects the alignment of the hero image to the left, is there a way around  this problem?
Thank You in advance.

Hi Michel,
Please share OS, IE and Office version. Also check this behavior with different browsers and share your results, thanks
Regards,
Pratik Vyas | SharePoint Consultant |
http://sharepointpratik.blogspot.com
Posting is provided AS IS with no warranties, and confers no rights
Please remember to click Mark As Answer if a post solves your problem or
Vote As Helpful if it was useful.

Similar Messages

  • Hyperlink to slideshow hero image

    hi,
    how can I hyperlink to the slideshow hero image?
    please help me..

    Hi
    You can select the Hero Image and from Hyperlink drop down you can link the image, so that when users click on image will be redirected to link that you setup in Muse.
    Thanks,
    Sanjit

  • ITunes song list is blank in iPhoto (when trying to add a song to s slideshow). No issues with iMovie. Any idea? Cheers

    iTunes song list is blank in iPhoto (when trying to add a song to s slideshow). No issues with iMovie. Any idea? Cheers

    Even though no one replied, i fixed my problem.
    Don't know if it will work for anyone else with similar problem
    but all I did was a CHKDSK then a defragment of my laptop and now everything seems to be working fine.

  • Muse Lightbox slideshow: Hero images are undersize & cropped, can't select to change them

    Mac, Mavericks, & Muse: First website: Building Lightbox slideshow. When a thumbnail is clicked in Preview mode, Hero image is undersized and cropped (placed jpgs are max 600 pixels x smaller). Back in Design mode, I can't select the Hero to resize it. Both  thumbnails and Hero images are set to Fit Content Proportionally.
    Any help greatly appreciated!, Thanks!

    I've had a similar-ish issue to you, minus cropping. Two key things:
    1) To edit the position or size of the hero image double-click it
    2) If the original image is smaller or larger or differently sized than the target Hero frame this (above) will happen. What I did was to
         scale the frame for the Hero image to the intended area, then get the dimensions of that area using a rectangle. Copy the vaues to make a new Photoshop document and
         manually import the images individually and save the resulting JPEGs which will have the additional space around the image to fill it for the Hero (ideally scale the image to fill the target space by losing any necessary empty space).
    Essentially the original images you're using must be the same as the resulting frame which is no good if they're all different sizes. Yeah, it's a pain.
    Hope this helps. Look at my website homepage as an example: http://www.goodwinsanimations.com/

  • Illustrator CC Drop Shadow Issue

    Since upgrading to Illustrator CC, I am having random issues with drop shadows. It doesn't matter if the shadow is applied to a basic vector graphic per screenshot attached, or to a placed transparent image, and it can be on complex shapes or very simple shapes. I get these odd straight lines running through the shadow. It is just a CMYK file (no spot colour), set up for print, document raster effects resolution set to 300ppi. I have tried fiddling with the drop shadow settings, if I move the x and y settings it just moves the line. If I keep the x and y distance the same but remove the blur value, the line disappears (see screenshot without blur). It is not related to transparency, because even if I flatten the image and expand the shadow, it is still there.

    Dhirendra Mohan, thanks but it happens on all different shapes and sizes, irrelevant of stroke being added or not, but it is definitely linked to high resolution, larger files.
    Raymarcher, I reckon you've nailed it. I did not have this problem with CS5 on the same size files but updating to CC has caused a lot of performance issues on my Mac. Photoshop CC has already told me to update my video card. I'm running:
    iMac 24" 2009 2.93GHz Intel Core 2 Duo
    4gb 1067 MHz DDR3
    NVIDIA GeForce GT 120 256MB
    Running OS X 10.8.5
    Waiting on the next release of iMac before buying. Will just have to adjust the raster effects resolution in the meantime and will certainly try switching off other applications when working on large files and see if that works. Have never used SVG drop shadow but will read up thanks.
    So problem not totally solved, clarification from Adobe that this would be the cause would be great, before I buy a new iMac please.
    Cheers,
    Julie

  • Drop shadow issue in Distiller 9.0

    InDesign CS4 has 2-color title, which has Pantone Orange (spot color) and Black (Process Color). The design has two objects, first object has set as Pantone and second object has set as Black on top of the Pantone object and it has Drop shadow too. The drop shadow (Black - Process color) does not appeared on Pantone object while converting PS through PDF whereas the exported PDF from InDesign converted wonderfully. I have attached an images (turned on/off Overprint Preview) for your reference. You can see the difference when you turn on/off "Overprint Preview" in Acrobat. Also thin white rule appeared. Actually the rule should not appear in the PDF. Any help much appreciated.

    What happens if you print one page with the drop shadow together with only one or two pages that don't have the drop shadow? What color mix are your drop shadows?  Like Peter suggested, check the corresponding compression settings in your distiller preset. Heck, check all the compression settings in those presets. I had to use PS to work around some issue once and distinctly remember a problem with the presets making my grayscale elements look low-res because compression was set too high in a preset that was supposed to be high quality.
    Then again, just use Peter's workaround.

  • Phatfusion Slideshow in IE issues

    Hi All,
    At the following page......
    http://ianf.powweb.com/REDO.html
    ..... I have the Phatfusion Slideshow working......  kinda.
    It works as I've tweaked it in FF, Opera and Safari.
    IE  (7), of course, is another story.
    Aside form a margin/padding issue on the "copyright layer, it is the actual Slideshow that I need some assistance with.
    I cant for the life of me, figure out why IE wont play the slideshow in the built-in container (large grey box) but will "cross-link" the thumbnails to a new page.
    Any and all help would be most gratefully received.
    Thanks
    Ian

    OK......
    Below is the code I've copied from the page.  I've tweaked only the options "allowed" by Sam, within the "GET OPTONS" section:-
    Its strange that this works for all the Browsers except IE.
    Hope this helps!
    Thanks
    Ian
        Script        : SlideShow
        Version        : 1.3
        Authors        : Samuel Birch
        Desc        :
        Licence        : Open Source MIT Licence
    var SlideShow = new Class({
        getOptions: function(){
            return {
                effect: 'slide', //fade|wipe|slide|random
                duration: 2000,
                transition: Fx.Transitions.linear,
                direction: 'top', //top|right|bottom|left|random
                color: false,
                wait: 3000,
                loop: false,
                thumbnails: false,
                thumbnailCls: 'outline',
                backgroundSlider: false,
                loadingCls: 'loading',
                onClick: false
        initialize: function(id, container, images, options){
            this.setOptions(this.getOptions(), options);
            this.container = $(container);
            this.container.setStyles({
                position: 'center',
                overflow: 'hidden'
            if(this.options.onClick){
                this.container.addEvent('click', function(){
                    this.options.onClick(this.imageLoaded);
                }.bind(this));
            this.imagesHolder = new Element('div').setStyles({
                position: 'absolute',
                overflow: 'hidden',
                top: this.container.getStyle('height'),
                left: 0,
                width: '0px',
                height: '0px',
                display: 'none'
            }).injectInside(this.container);
            if($type(images) == 'string' && !this.options.thumbnails){
                var imageList = [];
                $$('.'+images).each(function(el){
                    imageList.push(el.src);
                    el.injectInside(this.imagesHolder);
                },this);
                this.images = imageList;
            }else if($type(images) == 'string' && this.options.thumbnails){
                var imageList = [];
                var srcList = [];
                this.thumbnails = $$('.'+images);
                this.thumbnails.each(function(el,i){
                    srcList.push(el.href);
                    imageList.push(el.getElement('img'));
                    el.href = 'javascript:;';
                    el.addEvent('click',function(){
                        this.stop();
                        this.play(i);                
                    }.bind(this,el,i));
                },this);
                this.images = srcList;
                this.thumbnailImages = imageList;
                if(this.options.backgroundSlider){
                    this.bgSlider = new BackgroundSlider(this.thumbnailImages,{mouseOver: false, duration: this.options.duration, className: this.options.thumbnailCls, padding:{top:0,right:0,bottom:0,left:0}});
                    this.bgSlider.set(this.thumbnailImages[0]);
            }else{
                this.images = images;
            this.loading = new Element('div').addClass(this.options.loadingCls).setStyles({
                position: 'absolute',
                top: 0,
                left: 0,
                zIndex: 3,
                display: 'none',
                width: this.container.getStyle('width'),
                height: this.container.getStyle('height')
            }).injectInside(this.container);
            this.oldImage = new Element('div').setStyles({
                position: 'absolute',
                overflow: 'hidden',
                top: 0,
                left: 0,
                opacity: 0,
                width: this.container.getStyle('width'),
                height: this.container.getStyle('height')
            }).injectInside(this.container);
            this.newImage = this.oldImage.clone();
            this.newImage.injectInside(this.container);
            this.timer = 0;
            this.image = -1;
            this.imageLoaded = 0;
            this.stopped = true;
            this.started = false;
            this.animating = false;
        load: function(){
            $clear(this.timer);
            this.loading.setStyle('display','block');
            this.image++;
            var img = this.images[this.image];
            delete this.imageObj;
            doLoad = true;
            this.imagesHolder.getElements('img').each(function(el){
                var src = this.images[this.image];
                if(el.src == src){
                    this.imageObj = el;
                    doLoad = false;
                    this.add = false;
                    this.show();
            },this);
            if(doLoad){
                this.add = true;
                this.imageObj = new Asset.image(img, {onload: this.show.bind(this)});
        show: function(add){
            if(this.add){
                this.imageObj.injectInside(this.imagesHolder);
            this.newImage.setStyles({
                zIndex: 1,
                opacity: 0
            var img = this.newImage.getElement('img');
            if(img){
                img.replaceWith(this.imageObj.clone());
            }else{
                var obj = this.imageObj.clone();
                obj.injectInside(this.newImage);
            this.imageLoaded = this.image;
            this.loading.setStyle('display','none');
            if(this.options.thumbnails){
                if(this.options.backgroundSlider){
                    var elT = this.thumbnailImages[this.image];
                    this.bgSlider.move(elT);
                    this.bgSlider.setStart(elT);
                }else{
                    this.thumbnails.each(function(el,i){
                        el.removeClass(this.options.thumbnailCls);
                        if(i == this.image){
                            el.addClass(this.options.thumbnailCls);
                    },this);
            this.effect();
        wait: function(){
            this.timer = this.load.delay(this.options.wait,this);
        play: function(num){
            if(this.stopped){
                if(num > -1){this.image = num-1};
                if(this.image < this.images.length){
                    this.stopped = false;
                    if(this.started){
                        this.next();
                    }else{
                        this.load();
                    this.started = true;
        stop: function(){
            $clear(this.timer);
            this.stopped = true;
        next: function(wait){
            var doNext = true;
            if(wait && this.stopped){
                doNext = false;
            if(this.animating){
                doNext = false;
            if(doNext){
                this.cloneImage();
                $clear(this.timer);
                if(this.image < this.images.length-1){
                    if(wait){
                        this.wait();
                    }else{
                        this.load();   
                }else{
                    if(this.options.loop){
                        this.image = -1;
                        if(wait){
                            this.wait();
                        }else{
                            this.load();   
                    }else{
                        this.stopped = true;
        previous: function(){
            if(this.imageLoaded == 0){
                this.image = this.images.length-2;   
            }else{
                this.image = this.imageLoaded-2;
            this.next();
        cloneImage: function(){
            var img = this.oldImage.getElement('img');
            if(img){
                img.replaceWith(this.imageObj.clone());
            }else{
                var obj = this.imageObj.clone();
                obj.injectInside(this.oldImage);
            this.oldImage.setStyles({
                zIndex: 0,
                top: 0,
                left: 0,
                opacity: 1
            this.newImage.setStyles({opacity:0});
        effect: function(){
            this.animating = true;
            this.effectObj = this.newImage.effects({
                duration: this.options.duration,
                transition: this.options.transition
            var myFxTypes = ['fade','wipe','slide'];
            var myFxDir = ['top','right','bottom','left'];
            if(this.options.effect == 'fade'){
                this.fade();
            }else if(this.options.effect == 'wipe'){
                if(this.options.direction == 'random'){
                    this.setup(myFxDir[Math.floor(Math.random()*(3+1))]);
                }else{
                    this.setup(this.options.direction);
                this.wipe();
            }else if(this.options.effect == 'slide'){
                if(this.options.direction == 'random'){
                    this.setup(myFxDir[Math.floor(Math.random()*(3+1))]);
                }else{
                    this.setup(this.options.direction);
                this.slide();
            }else if(this.options.effect == 'random'){
                var type = myFxTypes[Math.floor(Math.random()*(2+1))];
                if(type != 'fade'){
                    var dir = myFxDir[Math.floor(Math.random()*(3+1))];
                    if(this.options.direction == 'random'){
                        this.setup(dir);
                    }else{
                        this.setup(this.options.direction);
                }else{
                    this.setup();
                this[type]();
        setup: function(dir){
            if(dir == 'top'){
                this.top = -this.container.getStyle('height').toInt();
                this.left = 0;
                this.topOut = this.container.getStyle('height').toInt();
                this.leftOut = 0;
            }else if(dir == 'right'){
                this.top = 0;
                this.left = this.container.getStyle('width').toInt();
                this.topOut = 0;
                this.leftOut = -this.container.getStyle('width').toInt();
            }else if(dir == 'bottom'){
                this.top = this.container.getStyle('height').toInt();
                this.left = 0;
                this.topOut = -this.container.getStyle('height').toInt();
                this.leftOut = 0;
            }else if(dir == 'left'){
                this.top = 0;
                this.left = -this.container.getStyle('width').toInt();
                this.topOut = 0;
                this.leftOut = this.container.getStyle('width').toInt();
            }else{
                this.top = 0;
                this.left = 0;
                this.topOut = 0;
                this.leftOut = 0;
        fade: function(){
            this.effectObj.start({
                opacity: [0,1]
            this.resetAnimation.delay(this.options.duration+90,this);
            if(!this.stopped){
            this.next.delay(this.options.duration+100,this,true);
        wipe: function(){
            this.oldImage.effects({
                duration: this.options.duration,
                transition: this.options.transition
            }).start({
                top: [0,this.topOut],
                left: [0, this.leftOut]
            this.effectObj.start({
                top: [this.top,0],
                left: [this.left,0],
                opacity: [1,1]
            },this);
            this.resetAnimation.delay(this.options.duration+90,this);
            if(!this.stopped){
            this.next.delay(this.options.duration+100,this,true);
        slide: function(){
            this.effectObj.start({
                top: [this.top,0],
                left: [this.left,0],
                opacity: [1,1]
            },this);
            this.resetAnimation.delay(this.options.duration+90,this);
            if(!this.stopped){
            this.next.delay(this.options.duration+100,this,true);
        resetAnimation: function(){
            this.animating = false;
    SlideShow.implement(new Options);
    SlideShow.implement(new Events);

  • LR 5 Slideshow Video Export Issue

    I've created a slideshow where all of the photos display properly within Lightroom's slideshow module.  But when I export the slideshow to video (this doesn't happen for the pdf export), a few of my photos are rendered on screen at very low resolution/fuzzy.  This only happens to a few of the photos and these same photos look fine if viewed within the LR slideshow module.  It's just after export that a few of the photos get rendered at low resolution; all other photos in the slideshow are fine.  Reading some posts, i tried deleting the previews for all of the photos and then re-rendering them at 1:1 and then trying the export again, but i get the same outcome...although this time, different photos were rendered at low resolution.   Is this some kind of bug or have i failed to set a setting properly?

    I can duplicate the issue of some landscape images appearing very soft in the MP4 slideshow video on my Windows 7 LR5.3 system.
    To rule out issues I started by selecting all of the image files to be used in the Library module. Then I selected toolbar Library> Previews> Discard 1:1 previews. Next I selected Library> Previews> Build 1:1 Previews and then created the slideshow video again. None of the images appeared soft in the 1080p video created from Canon 5D MKII video files. In fact the results actually appear better than LR4.
    If this doesn't resolve your issue please provide image file types you are using (Camera model, raw, JPEG, resolution), Slideshow video preset you are using (1080p, 720p etc.), and your Catalog Settings> File Handling> Standard Preview Size (2048, 1680, etc.).

  • JQuery slideshow control button issue

    Hi! I am new to jQuery and am trying to adapt a slideshow to fit my layout in Dreamweaver. I have one end of the slideshow working fine, as you can scroll left with no issue. However, on the right control, the button does not seem to be clickable.
    The link to the page is here.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>DAVIDE MARCHETTI ARCHITETTO</title>
    <!-- TemplateEndEditable -->
    <style type="text/css">
    <!--
    * Slideshow style rules.
    #slideshow {
              margin: 0 auto;
              width: 702px;
              height: 346px;
              background: transparent url(../images/davide%3E) no-repeat 0 0;
              position: relative;
              background-image: url(../images/Davide-border.png);
    #slideshow #slidesContainer {
              margin: 23px auto;
              width: 702px;
              height: 323px; /* allow scrollbar */
              position: relative;
    * Slideshow controls style rules.
    .control {
      display:block;
      width:39px;
      height:323px;
      text-indent:-10000px;
      position:absolute;
      cursor: pointer;
    #leftControl {
      top:0;
      left:0;
      background:transparent url(images/left_control.png) no-repeat 0 0;
    #rightControl {
      top:0;
      right:-50px;
      background:transparent url(images/right_control.png) no-repeat 0 0;
    #slideshow #slidesContainer .slide {
      margin:23px auto;
      width:700px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
      height:300px;
    * Style rules for Demo page
              margin: 0;
              padding: 0;
              color: #000;
              font-family: "Courier New", Courier, monospace;
              font-size: xx-small;
              font-style: normal;
              font-weight: normal;
              font-variant: normal;
    a {
      color: #fff;
      font-weight:bold;
      text-decoration:none;
    a:hover {
      text-decoration:underline;
    body {
      background:#FFFFFF;
    #pageContainer {
      margin:0 auto;
      width:960px;
    #pageContainer h1 {
      display:block;
      width:960px;
      height:114px;
      background:#FFFFFF;
      text-indent: -10000px;
    .slide h2, .slide p {
      margin:15px;
    .slide h2 {
      font:italic 24px Georgia, "Times New Roman", Times, serif;
      color:#ccc;
      letter-spacing:-1px;
    .slide img {
      float:right;
      margin:0 15px;
    #footer {
      height:100px;
    #footer p {
              margin: 30px auto 0 auto;
              display: block;
              width: 703px;
              height: 40px;
              color: #000;
              font-family: "Courier New", Courier, monospace;
    body,td,th {
              color: #000000;
    #pageContainer #footer p a {
              color: #000;
    #apDiv1 {
              position: absolute;
              width: 32px;
              height: 1px;
              z-index: 1;
              left: 130px;
              top: 441px;
    #apDiv2 {
              position: absolute;
              width: 22px;
              height: 4px;
              z-index: 1;
              left: 0px;
              top: 327px;
    #apDiv3 {
              position: absolute;
              width: 3px;
              height: 0px;
              z-index: 1;
              left: 214px;
              top: 328px;
    #apDiv4 {
              position: absolute;
              width: 0px;
              height: 0px;
              z-index: 1;
              left: 442px;
              top: 328px;
    #apDiv5 {
              position: absolute;
              width: 0px;
              height: 4px;
              z-index: 1;
              left: 655px;
              top: 328px;
    #apDiv6 {
              position: absolute;
              width: 49px;
              height: 3px;
              z-index: 1;
              left: 1px;
              top: 0px;
    -->
    </style>
    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
    <script type="text/javascript">
    $(document).ready(function(){
      var currentPosition = 0;
      var slideWidth = 723;
      var slides = $('.slide');
      var numberOfSlides = slides.length;
      // Remove scrollbar in JS
      $('#slidesContainer').css('overflow', 'hidden');
      // Wrap all .slides with #slideInner div
      slides
        .wrapAll('<div id="slideInner"></div>')
        // Float left to display horizontally, readjust .slides width
              .css({
          'float' : 'left',
          'width' : slideWidth
      // Set #slideInner width equal to total width of all slides
      $('#slideInner').css('width', slideWidth * numberOfSlides);
      // Insert controls in the DOM
      $('#slideshow')
        .prepend('<span class="control" id="leftControl">Clicking moves left</span>')
        .append('<span class="control" id="rightControl">Clicking moves right</span>');
      // Hide left arrow control on first load
      manageControls(currentPosition);
              $('slideInner').animate({
    'marginLeft' : slideWidth*(-currentPosition)
      // Create event listeners for .controls clicks
      $('.control')
        .bind('click', function(){
        // Determine new position
              currentPosition = ($(this).attr('id')=='rightControl') ? currentPosition+1 : currentPosition-1;
              // Hide / show controls
        manageControls(currentPosition);
        // Move slideInner using margin-left
        $('#slideInner').animate({
          'marginLeft' : slideWidth*(-currentPosition)
      // manageControls: Hides and Shows controls depending on currentPosition
      function manageControls(position){
        // Hide left arrow if position is first slide
              if(position==0){ $('#leftControl').hide() } else{ $('#leftControl').show() }
              // Hide right arrow if position is last slide
        if(position==numberOfSlides-1){ $('#rightControl').hide() } else{ $('#rightControl').show() }
    // Hide / show controls
    manageControls(currentPosition);
    // Move slideInner using margin-left
    $('#slideInner').animate({
    'marginLeft' : slideWidth*(-currentPosition)
    setTimeout(autoshow, 5000);
    </script>
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    </head>
    <body text="#000000">
    <div id="pageContainer">
      <h1><a href="">Davide Marchetti Architetto</a></h1>
      <!-- Slideshow HTML -->
      <div id="slideshow"><!-- TemplateBeginEditable name="EditRegion1" -->
         <div id="apDiv6"><a href="index.html"><img src="../images/hd-main.png" width="178" height="20" /></a></div>
        <div id="apDiv5"><a href="contact.html"><img src="../images/hd-contact.png" width="47" height="19" usemap="#Map2" border="0" />
            <map name="Map2" id="Map2">
              <area shape="rect" coords="-5,-1,62,30" href="contact.html" />
        </map>
      </a></div>
      <div id="apDiv4"><a href="projects.html"><img src="../images/hd-projects.png" width="55" height="19" usemap="#Map" border="0" />
            <map name="Map" id="Map">
              <area shape="rect" coords="-2,-1,60,19" href="#" />
            </map>
        </a></div>
      <div id="apDiv3"><a href="studio.html"><img src="../images/hd-studio.png" width="41" height="19" usemap="#studioMap" longdesc="studio.html" border="0" />
            <map name="studioMap" id="studioMap">
              <area shape="rect" coords="-8,-2,78,22" href="#" target="studio.html" />
            </map>
        </a></div>
        <div id="apDiv2"><a href="news.html"><img src="../images/hd-news.png" width="78" height="19" usemap="#newsMap" border="0" />
            <map name="newsMap" id="newsMap">
              <area shape="rect" coords="-12,-10,164,65" href="#" />
            </map>
        </a></div>
        <div id="slidesContainer">
          <div class="slide">
            <!-- IMAGE ONE -->
          </div>
          <div class="slide">
            <!-- IMAGE ONE -->
          </div>
          <div class="slide">
            <!-- IMAGE ONE -->
          </div>
          <div class="slide">
            <!-- IMAGE ONE -->
          </div>
        </div>
      <!-- TemplateEndEditable --></div>
      <!-- Slideshow HTML -->
      <div id="footer">
        <p align="right"><a href="http://erinpellegrino.com">Website  by Erin Pellegrino</a></p>
      </div>
    </div>
    </body>
    </html>

    This is a stacking-order problem caused by the button being layered under your #slidesContainer div.  That's why it's not accessible.
    See Z-Index Guide
    http://www.smashingmagazine.com/2009/09/15/the-z-index-css-property-a-comprehensive-look/
    Nancy O

  • IPhoto Slideshow Music Settings Issue

    I'm having an issue with Slideshows in iPhoto where there will be a long list called "Folders" when I am setting up the music. This happens in both the actual Slideshow and the creating of a Slideshow. I've installed iPhoto on 3 other computers and all of those computers did NOT have a Folder at the bottom, where mine does and opens into this huge mess. Scrolling manually through this takes a long while and makes setting up Slideshows a lot slower. Does anyone else have this issue and or a fix? Thanks!
    Here is an image if you want to see the issue:
    http://img209.imageshack.us/my.php?image=iphotoslideshowll2.png
    Message was edited by: theBigD23

    Uploaded with plasq's Skitch!
    As you can see I dragged my Documents Folder in there.
    If I select the Documents Folder, as indicated, and tap the Delete key, it goes.
    Regards
    TD

  • IPhone 4s "Shadow Issues"

    Hi, I recently took my phone a part, and repaired my iPhone with a new front screen. Obviously, that requires me taking my entire phone a part, and being very fragile with the parts. I put it completely back together, and my phone functions like every iPhone normally would. Then I noticed my home screen had a shadow like feature (it can be seen behind the icons). There is also a thin line stretching from screen to screen where the icon names/labels are. I have not been able to find the issue anywhere online. I have seen these issues on other websites, but whenever I went to copy and paste the image on a discussion board, the lines would not appear on my PC. Therefore, I'm thinking it is a screen issue. I tried restoring my phone, and had no luck. If anybody knows anything about the issue, please let me know! I can post more pictures if needed.
    Thanks,
    VIENS

    I had the same issue with my new 64 GB iphone 4s (white) and AT&T service.
    If I use the headset the phone works fine, but if I use the phone's built in microphone it does not work.
    I could hear the other people talking but they could not hear me talking. This happened with both, calls from other cells as well as calls from landlines.
    I bought the phone from an AT&T store, and when I tried to exchange the phone, they told me to take the phone to an Apple Store, which I think is ridiculous.  I bougth the phone from AT&T and expect them to exchange it in the store.  I returned the phone back to AT&T (no exchange)  and will wait to see what Apple will do about the issue before I buy another one.

  • Video + Picture slideshow DVD & Subtitle issues

    Hello All,
    I am making this family video and slideshow DVD to distribute among the family members. I know how to make video DVD out of shot footage but I am struggling hard to make such hybrid DVD where I can put video footage as well picture slideshow.
    I checked out slideshow function in iDVD but it only allows pictures in one folder and I have multiple folders of pictures and I would like to be able to switch between these folders when I watch this slideshow on DVD player.
    I tried to make iPhoto albums but there I couldn't make subfolders so I got stuck there and can't try importing from iPhoto5.
    Anybody has idea how I can do this?
    Also, I would like to add subtitles to movie as well as pictures. Any comment on subtitles is also welcome.
    Many thanks in advance.
      Mac OS X (10.4.3)   iLife 05

    Hi n
    Deep water !
    I understand Your questions but can't figure out a way to do exactly as You
    want it to be done. I would instead make my SlidShows as movies in iMovie
    and combine them into one iDVD disk. This is fairly simle and the quality is
    much a personal issue. It's OK for me.
    When I've done my movies (as individual iMovie projects) I drop the project
    icons into an open iDVD theme (just inside the edge of the theme window).
    Then rename them in the theme window and adjust the titles location so that
    it looks nice. If You want You can also add a folder for Your photos (to be
    used by Your family in their computers).
    Yours Bengt W

  • Slideshow web part issue

    A user has ntcied that the Slideshow webpart is taking her png images and converting them to jpg images.  The problem is that the jpeg text does not render will and the user is asking if there is a way that the slide show image converted can be skipped
    or manipulated in souch that the it does change or create a new jpg image when it encounters a png image.

    Hi Michel,
    Please share OS, IE and Office version. Also check this behavior with different browsers and share your results, thanks
    Regards,
    Pratik Vyas | SharePoint Consultant |
    http://sharepointpratik.blogspot.com
    Posting is provided AS IS with no warranties, and confers no rights
    Please remember to click Mark As Answer if a post solves your problem or
    Vote As Helpful if it was useful.

  • IMovie 11 Slideshow image quality issue

    Hi,
    when I am creating a slideshow with iMovie from still images, I have a severe loss of image quality. I have tried to search forums up and down, but did not find any help or solution for that. The loss of quality is kind of dramatic. Any ideas, suggestions or solutions?
    Regards
    HEnnisch

    Hi!
    I'm loosing a lot of video quality when I transfer movie clips from my Iphone 4S to Imovie11.
    Did you find an answer to your problem?
    If so, maybe you could help me out?
    Thanks!!

  • 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

Maybe you are looking for

  • Portal Personalizn :- Distributable configuration for UWL personalized view

    Hi Experts,      I have a scenario in EP 7.0 SP18, where the users have a UWL and the GP connector is enabled. The UWL consists of tasks belonging to different applications. Hence the users require a personalized view which will contain a filter. I h

  • PXI controller identified as Generic Desktop PC in MAX

     Hello,  I have formatted my 8176RT controller using an USB. The utility was created using MAX. I am able to format the controller but when the controller was up it was identified as "Generic Desktop PC" even though its an PXI controller. Why is it h

  • Screen variant for cost center

    Hi, How to assign a new screen variant for cost centers to all the new cost centers? Thank you! Dorel

  • How do I fix error (-42110) for itunes?

    How do I fix error (-42110) for itunes?

  • How to use CASE.

    I am trying to use the function case but not sure what I am missing. Can someone please let me know where im going wrong with the following query? SELECT location_id,      CASE      WHEN  cost < 1 THEN count(target_id) ELSE 0      END  '< 1'      CAS