Hide UI with embed doesn't work
December 9, 2020 at 2:29pmThe Figma community has a new home. This thread is preserved for historical purposes. The content of this conversation may be innaccurrate or out of date. Go to new community home →
Hide UI with embed doesn't work
December 9, 2020 at 2:29pmI've been able to succesfully hide the Toolbar and Footer when sharing a prototype as a link. But every time I embed the prototype, the UI comes back. I'm using the &hide-ui=1 code but it just doesn't seem to work. Anyone have any success with this? Thanks!
December 9, 2020 at 2:32pm
Can you share your embed code? I don't think you can use & in the embed but need to URL encode it (%26 I think but don't quote me on that). So try %26hide-ui=1
Hmm, try encoding the equals too so %26hide-ui%3D1 ... what you're sharing should work though... remove the style and allowfullscreen to see if that fixes things...
I embed figma prototypes all the time with custom iframes. I just use the src="" but never use any of the other parameters.