jestintab wrote
On the extensions/slideshow/views/css/stylesheet.css in line 116 may be :D
change width:auto to width: 100%
It will work. full code below
@media screen and (min-width: 768px)
#slider .flexslider .slides img {
width:100%;
}
Yes i tried that option. But the height also incresed to full length of browser ,i have to scroll down to view Feature Menu Items. Height will quarter of the page. I used height parameter but no use.