diff --git a/img/documentation/fictioneer_enable_lightbox.jpg b/img/documentation/fictioneer_enable_lightbox.jpg new file mode 100644 index 00000000..dd97ece0 Binary files /dev/null and b/img/documentation/fictioneer_enable_lightbox.jpg differ diff --git a/includes/functions/settings/_settings_page_general.php b/includes/functions/settings/_settings_page_general.php index 7c536bd3..90f6880c 100644 --- a/includes/functions/settings/_settings_page_general.php +++ b/includes/functions/settings/_settings_page_general.php @@ -649,7 +649,9 @@ $images = get_template_directory_uri() . '/img/documentation/'; fictioneer_settings_label_checkbox( 'fictioneer_enable_lightbox', __( 'Enable lightbox', 'fictioneer' ), - __( 'Enlarge images in floating container on click.', 'fictioneer' ) + __( 'Enlarge images in floating container on click.', 'fictioneer' ), + __( 'With this feature enabled, clicking on images in the page content will open a window overlay popup. This blocks some content and dims and disables the background to present the image more prominently.', 'fictioneer' ), + '
' ); ?>