Paramasivan
08-10-2013, 08:34 PM
1) Script Title: Step Carousel Viewer v1.9
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex4/stepcarousel.htm
3) Describe problem:
Please see http://pfitr.net/frontend/demo-videos.html
I have included the script for the videos in responsive site. On the desktop when the browser is resized from full width to minimum width say 340 px then it is not showing all the contents by clicking the navigation arrow. Right now there are 5 and it is showing upto 3 only when the browser is resized. I cleared the cache and refreshed the page also.
CSS:
.stepcarousel{
position: relative;
overflow: scroll;
width: 100%;
height: 230px;
}
.stepcarousel .panel{
float: left;
overflow: hidden;
margin: 10px;
width: 250px;
}
@media only screen and (min-width: 420px) {
.stepcarousel .panel {
margin:10px 25px;
width:280px;
}
}
Any help is appreciated.
Thank you,
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex4/stepcarousel.htm
3) Describe problem:
Please see http://pfitr.net/frontend/demo-videos.html
I have included the script for the videos in responsive site. On the desktop when the browser is resized from full width to minimum width say 340 px then it is not showing all the contents by clicking the navigation arrow. Right now there are 5 and it is showing upto 3 only when the browser is resized. I cleared the cache and refreshed the page also.
CSS:
.stepcarousel{
position: relative;
overflow: scroll;
width: 100%;
height: 230px;
}
.stepcarousel .panel{
float: left;
overflow: hidden;
margin: 10px;
width: 250px;
}
@media only screen and (min-width: 420px) {
.stepcarousel .panel {
margin:10px 25px;
width:280px;
}
}
Any help is appreciated.
Thank you,