Currently, I have a responsive website that can be viewed here.
The main objective is to embed this site into an iframe while maintaining its responsiveness.
I attempted embedding my site in JSFiddle for testing purposes, which you can see here.
However, the form seems elongated when viewed on a smartphone screen.
https://i.sstatic.net/ntiGH.png
My aim is to achieve a layout similar to the image displayed above.
https://i.sstatic.net/Ns6Sh.jpg
I have utilized all the responsive design techniques in my toolbox.
This includes using the Bootstrap grid system (col-xs-12
).
Additionally, I have tried placing the following code at the top of my HTML page:
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
I am hopeful that someone can point out what I may have overlooked in my approach.