ThirdwebNftMedia
function ThirdwebNftMedia(): ReactNode;
The props for the component.
Show the media controls (play, pause, etc.) for the media, where applicable.
The default value is false
.
The height of the rendered media.
The default value is auto
.
The width of the rendered media.
The default value is auto
.
Require user interaction to play the media (i.e. disable autoplay).
The default value is false
.
Apply custom CSS styles to the button using a class name
Apply custom CSS styles to the button using an inline style.