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
I noticed Vite's default index.css is not compatible with View360 v4. No errors are output to console, but the View360's size becomes 0x0.
It might be good to add a note in the doc, to replace index.css if your project uses Vite.
npm create vite@latest
public
The text was updated successfully, but these errors were encountered:
Hello @IoriBranford I think you forgot to add the CSS file that View360 provides. Please check https://naver.github.io/egjs-view360/docs/quick-start-react Also: https://naver.github.io/egjs-view360/docs/styles
Sorry, something went wrong.
WoodNeck
No branches or pull requests
Description
I noticed Vite's default index.css is not compatible with View360 v4. No errors are output to console, but the View360's size becomes 0x0.
It might be good to add a note in the doc, to replace index.css if your project uses Vite.
Steps to check or reproduce
npm create vite@latest
public
directory and correct the image file path in the codeThe text was updated successfully, but these errors were encountered: