Figma Embeds

You can use Figma to embed prototypes in many places

One sometimes overlooked, but cool, feature in Figma is the ability to live embed designs or prototypes into webpages. For example, I've used this to embed live component previews within design system documentation.

Mostly you don't want to change the url that is generated through the share link but there are a few useful attributes you can append to the url query string to change the way the embed appears.

Hide Figma UI

show-ui=0 // Hide the Figma UI

Hide Hotspot Hints

hotspot-hints=0 // Hide hotspot hints

Scaling

scaling=min-zoom // (100% Actual Size)
scaling=contain // Fill screen
scaling=scale-down-width // Fit Width
scaling=scale-down // Fit Screen