If an image in Webflow Designer keeps resizing and jumping despite multiple fixes, the issue is likely due to rendering conflicts, auto-sizing behavior, or parent element inconsistencies. Follow these steps to stabilize it.
200px x 200px
).display: block
: Images are inline by default, so apply display: block
in the Style Panel to avoid unnecessary spacing adjustments.width
and height
: If the parent is auto-sized, it may adjust dynamically, affecting the image.overflow: hidden
to the parent: This prevents unintended size shifting due to animation effects or padding changes.margin-bottom
or padding
can cause image jumps when the browser recalculates spacing.0px
margins for debugging** and adjust only if necessary.lazy loading
temporarily: Webflow automatically enables lazy loading for images.Lazy Load
from Auto to Eager.IX2
) for unintended animations**.transform
properties like scale
or translate
, which may cause movement.vh
, vw
, or calc()
values that may cause jumps).Fix the jumping image by setting an explicit width/height, ensuring parent stability, disabling lazy loading, and checking interactions or animations. If the issue persists, preview the design in an incognito browser window to rule out cache-related rendering problems.