Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.
This repository was archived by the owner on May 5, 2021. It is now read-only.

Responsive layout #54

@7NZ

Description

@7NZ
  		//	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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions