Ok, this beats me, my embed link looks like this:
iframe style=βborder: 1px solid rgba(0, 0, 0, 0.1);β width=β800β height=β450β src=βhttps://www.figma.com/embed?embed_host=share&url=https%3A%2F%2Fwww.figma.com%2Fproto%2FhyIEPgyIODnUpDRkr2ryVb%2FApex-Legends%3Fpage-id%3D0%253A1%26node-id%3D1%253A10%26viewport%3D664%252C534%252C0.18%26scaling%3Dmin-zoom%26starting-point-node-id%3D1%253A10β allowfullscreen></iframe
Where I should insert the code to remove the UI? much appreciated! Also, are there any additional steps I should edit my embed code to achieve that level of simplicity I showcased in my initial post?
As in my answer above, you just need to add the %26hide-ui%3D1
parameter. You can add this at the end of the src
attribute link value. Take a look at my post above.
You can also remove the style
attribute and its value from the embed code, as well as the allowfullscreen
.
Im trying both options in removing the UI embed however when the embed loads it becomes a black screen i tried using %26hide-ui%3D1 and &hide-ui=1