A simple slider layout
The default
layout creates the standard responsive slider that always has the size of its background image. It scales beautifully as the screen becomes larger or smaller. This layout is perfectly suited for all use cases.
To use the default
layout, simply set it as the layout parameter in the slider settings.
$('.slidea').slidea({
layout: "default"
});
Previous
ThumbnailsRead Next
Fluid Layout