How to make an iframe responsive?

Hello friends
I have a question
How to make an iframe responsive?
I do the following and I want to simulate the mobile view for the iframe, but on some sites like Wikipedia, it does not show the mobile view and the iframe has problems.

import streamlit as st
import streamlit.components.v1 as components
components.iframe(“Barcelona - Wikipedia”, height=750, width=360, scrolling=True)

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.