Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #200865

    Hi,

    I have a site that is using the fullwidth sliders a lot. What is happening is that after the first rotation, one of the images automagically shortens in height about 20px. I cannot figure out how to keep it from doing it, and why it’s doing it.

    It is a password protected site so I don’t want to post the URL publicly. Can’t see how to do a private message…

    Thanks for your help…

    Scott

    #200867
    This reply has been marked as private.
    #200899

    Hey!

    I’m sorry but the password is incorrect. Please check.

    Regards,
    Ismael

    #200977
    This reply has been marked as private.
    #201842
    This reply has been marked as private.
    #201845

    I think you got it. I’ll do some more testing tomorrow, but it’s looking good. Thanks! Any more details on what you did would be appreciated :-)

    #201849

    Commented from line 2115 to 2126:

    			/*if(this.options.bg_slider == true) return;
    		
    			var self    = this,
    				setTo   = Math.floor(this.$slides.eq(this.current).height()),
    				current	= Math.floor(this.$sliderUl.height());
    
    				this.$sliderUl.height(current); //make sure to set the slideheight to an actual value
    
    				if(setTo != current)
    				{
    					this.$sliderUl.avia_animate({height:setTo});
    				}*/

    Regards,
    Josue

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Sliders Height Adjusting After 1st Rotation’ is closed to new replies.