nivo slider image resize issue

designersvsoft picture designersvsoft · May 29, 2012 · Viewed 26.1k times · Source

I have nivo slider in my web page. I need to display images of various width and height.The larger image displays behind the smaller image. Please refer the following screenshot.

enter image description here

I have to remove displaying larger image behind the small image. Is there any possibility to do it with nivo slider?

Answer

Hoang Tran picture Hoang Tran · Jul 6, 2012

I used this and it's worked :)

.theme-default .nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
    width: 556px;
    height: 183px !important;
}