ryanflorence / jquery-rf-slideshow

Super flexible, low-level jQuery slideshow built on the jquery.widget system
60 stars 4 forks source link

Help :) #10

Open shtrudelsupport opened 10 years ago

shtrudelsupport commented 10 years ago

Hi there,

How can I center images in a div during slideshow ???

Thanks

BastienAustin commented 10 years ago

Use a css class

SlideOne .ImgOne {

left: 0px; /* change those data */ top: 0px; height: 100%; width:100%; }