 
	
		Tagged: fullwidth slider, slider height
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
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 :-)
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
