Hi guys
Thank you for offering this plugin for free.
i've tried several slider plugins on before switching over to SlideDeck 2 Lite. The lens feature (and ease of setting up) is unmatched at the moment among the free sliders.
The image scaling feature is a nice touch in version 2.12, preventing undesired cropping of product images. i like the newly added Reporter lens recently very much too.
My feedback:
i'm using a customed Twenty Eleven theme which is a responsive theme. To make SlideDeck 2 frame fits as the site is being viewed on narrower screen, i have to add the following CSS. Wonder if future release of SlideDeck 2 Lite would have responsive-related settings?
// For all free lens
.slidedeck-frame,
.slidedeck-frame dl {
max-width: 100%;
}
// For Tool Kit lens
#content .lens-tool-kit .slidedeck dd {
background-size: 100% auto;
background-repeat: no-repeat;
}