DMXzone Nivo Slider Support Product Page

Answered

first image distorted in IE

Asked 04 Jun 2013 10:59:31
1
has this question
04 Jun 2013 10:59:31 Rick Drew posted:
The first image loaded in IE is squashed about 20%. The next image is correct, as are all subsequent images. When the first image repeats it's not distorted. Does not happen in any other browser.

Replies

Replied 04 Jun 2013 11:43:13
04 Jun 2013 11:43:13 Teodor Kuduschiev replied:
Hello Rick,

Please provide a link to your page. Which version of IE are you using?
Replied 04 Jun 2013 21:29:53
04 Jun 2013 21:29:53 Rick Drew replied:
Replied 05 Jun 2013 08:02:23
05 Jun 2013 08:02:23 Teodor Kuduschiev replied:
Can you please tell me which version of IE are you using?
Replied 05 Jun 2013 21:10:22
05 Jun 2013 21:10:22 Rick Drew replied:
8 and 9
Replied 06 Jun 2013 08:46:07
06 Jun 2013 08:46:07 Teodor Kuduschiev replied:
This seems to be a bug in the way IE acts when the images height is not present.
You can fix it by adding:

height: auto;

to this selector:
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

if your nivo-slider.css file

Reply to this topic