• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Please beaware of a breaking change in the REST API on the next Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

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