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've run into an issue with the dynamic-image layout, where the slides in the browser are not updated correctly.
Steps to reproduce:
npm run dev
These are my slides:
--- title: sometitle theme: light-icons layout: intro highlighter: shiki image: 'https://source.unsplash.com/collection/94734566/1920x1080' --- # My Cool Intro --- layout: dynamic-image image: https://source.unsplash.com/collection/94734566/1920x1080 equal: false left: false --- # Test --- layout: image-right image: https://source.unsplash.com/collection/94734566/1920x1080 equal: false left: false --- # Testing
I just encountered this when using layout: dynamic-image
layout: dynamic-image
The text was updated successfully, but these errors were encountered:
FIXED: issue lightvue#4
6ca6576
Fix the bug that the page does not update after using this layout
92ea3f3
I also hit this bug, could you fix please?
Sorry, something went wrong.
No branches or pull requests
I've run into an issue with the dynamic-image layout, where the slides in the browser are not updated correctly.
Steps to reproduce:
npm run dev
These are my slides:
I just encountered this when using
layout: dynamic-image
The text was updated successfully, but these errors were encountered: