We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<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>
The text was updated successfully, but these errors were encountered:
<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?
go to vscode or any ide and copy the relative path of the image and put it in inverted comma ig this should solve the referencing part
Sorry, something went wrong.
No branches or pull requests
<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>
The text was updated successfully, but these errors were encountered: