I don't know why but HTML embed is not responsive. In this day and age... a non mobile responsive section just makes me feel like Wix is fooling around?
Please correct me if I'm wrong. But an HTML embed that is responsive is needed! ASAP.
thanks for your post - your request has been added to the features Wishlist!
It is possible to make the code responsive, it depends on the code. For images and videos you can do it like this (the image will be responsive and scale up and down):
<img src="yourSource"style="width:100%;">
Or like this (the image will scale down if it has to, but never scale up to be larger than its original size):
Hi Zoya,
thanks for your post - your request has been added to the features Wishlist!
It is possible to make the code responsive, it depends on the code. For images and videos you can do it like this (the image will be responsive and scale up and down):
Or like this (the image will scale down if it has to, but never scale up to be larger than its original size):