-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Closed
Description
Checklist
- I have read and accepted the contributing guidelines.
How did you create the site?
Generated from chirpy-starter
Describe the bug
The image-switching feature was introduced in version 7.0.0.
When we specify images for both the light and dark modes separately within a post, we can switch to the next image using a button. However, it will display all images (regardless of whether they are for the light or dark mode) uniformly.
Steps To Reproduce
For example, if we have a post like
para1
{: .light}
{: .dark}
para2
{: .light}
{: .dark}
When we switch images using the button, the displayed image sequence is fig1-light.png
, fig1-dark.png
, fig2-light.png
, fig2-dark.png
.
Expected Behavior
I think that when switching images, only the images corresponding to the current mode are displayed. For example, when we are in light mode, the displayed image sequence is fig1-light.png
, fig2-light.png
.
Environment
- Ruby: 3.2.1
- Jekyll: 4.3.3
- Chirpy: 7.0.0
Anything else?
Nothing.
FunkyMuse and nathanielvarona
Metadata
Metadata
Assignees
Labels
No labels