diff --git a/projects/plugins/boost/app/features/image-guide/src/ui/Bubble.svelte b/projects/plugins/boost/app/features/image-guide/src/ui/Bubble.svelte
index 982274beeec3..1b47d944c603 100644
--- a/projects/plugins/boost/app/features/image-guide/src/ui/Bubble.svelte
+++ b/projects/plugins/boost/app/features/image-guide/src/ui/Bubble.svelte
@@ -28,7 +28,7 @@
{#if $oversizedRatio > 9}
{Math.floor( $oversizedRatio )}x
- {:else if $oversizedRatio > 1}
+ {:else if $oversizedRatio > 0.99}
{#if severity === 'normal'}
{:else}
diff --git a/projects/plugins/boost/changelog/fix-image-guide-1x b/projects/plugins/boost/changelog/fix-image-guide-1x
new file mode 100644
index 000000000000..74b7c76ae932
--- /dev/null
+++ b/projects/plugins/boost/changelog/fix-image-guide-1x
@@ -0,0 +1,4 @@
+Significance: patch
+Type: fixed
+
+Don't show <1x on images that are exactly the right size