Last updated: July 18, 2024
We use cookies to improve HubSpot’s site. Some cookies are necessary for our website and services to function properly. Other cookies are optional and help personalize your experience, including advertising and analytics. You can consent to all cookies, decline all optional cookies, or manage optional cookies. Without a selection, our default cookie settings will apply. You can change your preferences at any time. To learn more, check out our Cookie Policy.
Last updated: July 18, 2024
|
Automatic image resizing is used by default for HubSpot-hosted content. This optimizes images to fit the screen they're viewed on, which can decrease browser load-time and improve Google PageSpeed score. Any image with height and width attributes defined in <img> tags will be resized.
Please note: images that are larger than 4096 pixels in height or width will not be automatically resized.
You can disable automatic image resizing on an individual image by adding the following query parameter to the image URL in the HTML code:
?noresize
For example, the following image will be resized on the page because the height and width attributes are set in the <img> tag in the HTML:
<img src="http://cdn2.hubspot.net/hub/211045/file-377800313-jpg/IMG_4134.jpg" height="500px" width="600px">
To disable automatic image resizing simply add the additional ?noresize parameter to the image url:
<img src="http://cdn2.hubspot.net/hub/211045/file-377800313-jpg/IMG_4134.jpg?noresize" height="500px" width="600px">
To manually resize your images in the files tool: