diff --git a/dev/Common/Html.js b/dev/Common/Html.js
index 73fb9a6cf..3b983c586 100644
--- a/dev/Common/Html.js
+++ b/dev/Common/Html.js
@@ -223,8 +223,8 @@ export const
if (detectHiddenImages
&& 'IMG' === name
- && (('' != getAttribute('height') && 2 > pInt(getAttribute('height')))
- || ('' != getAttribute('width') && 2 > pInt(getAttribute('width')))
+ && (('' != getAttribute('height') && 3 > pInt(getAttribute('height')))
+ || ('' != getAttribute('width') && 3 > pInt(getAttribute('width')))
|| [
'email.microsoftemail.com/open',
'github.com/notifications/beacon/',