Html – Relatively adapting size of iFrame depending on mobile window size
I embed an IFrame into my html file. The external webpage represents a canvas with a width of 1000px and a height of 480px, see below. My IFrame looks like this (i use tailwindcss) <div class="relative flex w-[1005px] h-[490px] border-1"…