From 6ec182d7405748b197d3af551ae178ddc4f87da8 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 24 Feb 2026 15:05:18 +0100 Subject: [PATCH] FEATURE Updating the behaviour with the new and more specific ramed-rotated variation --- resources/js/alternate-pictures.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/js/alternate-pictures.ts b/resources/js/alternate-pictures.ts index aaf555c..a6e8f34 100644 --- a/resources/js/alternate-pictures.ts +++ b/resources/js/alternate-pictures.ts @@ -1,5 +1,5 @@ export default function alternatePictures() { - const images = document.querySelectorAll('.wp-block-image.is-style-framed'); + const images = document.querySelectorAll('.wp-block-image.is-style-framed-rotated'); images.forEach((img, index) => { if (index % 2 === 0) {