Home › Forums › JavaScript › Thumbnails same height, please…. › Reply To: Thumbnails same height, please….
April 9, 2014 at 7:34 am
#167885
Participant
The width of the thumbnail, that is:
_initCarousel = function() {
// we are using the elastislide plugin:
// http://tympanus.net/codrops/2011/09/12/elastislide-responsive-carousel/
$esCarousel.show().elastislide({
imageW : 60,
onClick : function( $item ) {
if( anim ) return false;
anim = true;
// on click show image
_showImage($item);
// change current
current = $item.index();
}