<iframe src="localhost/embed/tournaments/<tournamentId>"
width="<width>"
height="<height>">
</iframe>The ID of the tournament used in the iframe SRC.
Width of the iframe (in pixels). Can be expressed as a percentage by passing a string like "50%".
Height of the iframe (in pixels). Can be expressed as a percentage by passing a string like "50%".
<iframe src="localhost/embed/marketplace/listings/<listingId>"
width="<width>"
height="<height>">
</iframe>The ID of the marketplace listing used in the iframe src.
Width of the iframe (in pixels). Can be expressed as a percentage by passing a string like "50%".
Height of the iframe (in pixels). Can be expressed as a percentage by passing a string like "50%".