-
Notifications
You must be signed in to change notification settings - Fork 145
how can i make custom?? #98
Copy link
Copy link
Open
Description
<Coverflow width={960} height={480} displayQuantityOfSide={2} navigation={false} enableHeading={false}> <div onClick={() => fn()} onKeyDown={() => fn()} role="menuitem" tabIndex="0"> <img src='[image/path/please_change]' alt='title or description' style={{ display: 'block', width: '100%' }}/> </div> <img src='[image/path/please_change]' alt='title or description' data-action="http://andyyou.github.io/react-coverflow/"/> <img src='[image/path/please_change]' alt='title or description' data-action="http://andyyou.github.io/react-coverflow/"/> </Coverflow>
- How can I change from 'width={960}' to like px or percent?
- I tried to decorate it with 'div' instead of 'img', but it doesn't appear on the screen. How do I make it appear on the screen?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels