Specify image dimensions

How do I specifying a width and height for all images in Webflow to allow for faster rendering by eliminating the need for unnecessary reflows and repaints.

Guess you could just go to “custom code” section in the control panel of your site, Custom code in head and body tags | Webflow University and then add the width and height to all images, by applying height and with specifications to the img elemnt as so:

img{ height:100px; width: 100px;}

I mean, if that’s what you’re looking for?.. :smiley:
This of course wont be visible in the webflow designer, but will be as soon as you publish the site :smiley: :thumbsup:

Have a great day!
Best to you from
Jonatan :smiley:

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.