I'm having an issue with the image addon, I'm using the slider to set the width of the image. It worked fine until I updated from 4.0.7 to 4.0.8 and now the image is displaying at full size, not the size I set using the Image Addon.
When I inspect the page with Chrome's developer tools the addon is leaving the "px" off of the image size creating an error. My work around to get me out of trouble (it is a live site) was to add the below declaration to my custom.css file and add the 2 missing "px".
Here is a screenshot: ![https://tomquilty.com.au/images/Screenshot%20from%202023-03-06%2020-27-45.png]
This is a copy and paste from the deveoper tools. It is not rendering the landing page logo at all on the Mobile version.
UPDATE: I used an image editor to scale the image to 605px, deleted the image addon and re-added it and it seems to have resolved my issue, the landing page logo was the only place I was using the Image Addon to re-size the image, hence the only page with the error.