lightvue / slidev-theme-light-icons

A light and Elegant theme for Slidev
https://slidev.icons.lightvue.org/
45 stars 32 forks source link

Issue when using dynamic-image layout #4

Open szEvEz opened 3 years ago

szEvEz commented 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:

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

asm0dey commented 1 year ago

I also hit this bug, could you fix please?