AltynbekKZ / galleriffic

Automatically exported from code.google.com/p/galleriffic
0 stars 1 forks source link

Main image resize "solution" #105

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
You could modify the css in the “galleriffic.css”

div.slideshow img {
border: none;
display: block;
width: 550px; // You can fix here the width
height: auto;
}

Cheers!

Original issue reported on code.google.com by ceroo...@gmail.com on 27 Apr 2010 at 3:14