Open szEvEz opened 3 years ago
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
I also hit this bug, could you fix please?
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