carouFredSel-jQuery icon indicating copy to clipboard operation
carouFredSel-jQuery copied to clipboard

Responsive layout

Open 7NZ opened this issue 8 years ago • 0 comments

  		//	Responsive layout, resizing the items
			$('#foo4').carouFredSel({
				responsive: true,
				width: '100%',
				scroll: 2,
				items: {
					width: 400,
				//	height: '30%',	//	optionally resize item-height
					visible: {
						min: 2,
						max: 6
					}
				}
			});

I saw these codes ,and i try change the items width to 100%. but item's width can't be your clientWith. it means i had to set item‘s width a px

7NZ avatar Mar 15 '17 04:03 7NZ