• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

iframe height - can I adjust it?

coolemail2

Basic Pleskian
We have WPB 11.5.12
http://emailitistestaccount.co.uk/medical-information/ gives an example of a test website where I have an iframe. But there is a scrolling bar which I think would confuse people on many computers and mobile devices in order to view the whole iframe.
I could make the minimum column height something very large but I did that and it did not make any difference to the amount of the iframe page showing on the URL above.
Is there a way I can have the website-wide min width something sensible like 600 px but when we include something that requires scrolling, it expands so that we see the whole external page?
Very grateful for advice and assistance.
 
Anyone? I have a large page in an iframe at http://emailitistestaccount.co.uk/medical-information/.
We can scroll it on a computer, but I would rather have a way that it shows the whole iframe without the need to scroll.
I have posted on a separate forum on the fact that it cannot be seen at all on an ipad. Any suggestions from anyone on how to do this better? The code we are using in a script module is:
Code:
<iframe src="http://www.domain.com"   width="100%" height="1200px" frameborder="0" scrolling="auto" id="Iframe" title="Title">Title</iframe>
Maybe there is another/better way to achieve this?
 
Back
Top