Skip to content

Commit 4d2e4c4

Browse files
committed
Global Footer: Prevent lightbox effect on "Code is Poetry" image
Fixes WordPress/wporg-developer-blog#77
1 parent d9bb484 commit 4d2e4c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mu-plugins/blocks/global-header-footer/footer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163

164164
<?php if ( str_starts_with( get_locale(), 'en_' ) ) : ?>
165165
<!-- Use an image so it can have the MrsEaves font. -->
166-
<!-- wp:image {"width":188,"height":13,"className":"global-footer__code_is_poetry"} -->
166+
<!-- wp:image {"lightbox":{"enabled":false},"width":188,"height":13,"className":"global-footer__code_is_poetry"} -->
167167
<figure class="wp-block-image is-resized global-footer__code_is_poetry">
168168
<img
169169
src="<?php echo esc_url( $code_is_poetry_src ); ?>"

0 commit comments

Comments
 (0)