@lottie
To allow fullscreen mode within an iframe, you need to include the 'allowfullscreen' attribute in the iframe tag. Here is an example of how to do this:
By including the 'allowfullscreen' attribute in the iframe tag, you are allowing the content within the iframe to be displayed in fullscreen mode when the user clicks the fullscreen button.