Announcement

Collapse
No announcement yet.

iframe

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • iframe

    hello
    I have created my own dashlet with iframe. The height of the iframe is 250 pixel. how can I change the height?
    Does anyone have an idea?
    peter

  • #2
    Hi Peter,

    <iframe height="500" .... >

    Comment


    • #3
      Hi Yuri
      I had that idea, too. It doesn't work.

      Comment


      • #4
        style="height: 500px"

        Comment


        • #5
          it is ok. Thank

          Comment


          • #6
            Peterberlin, where did you insert the iframe code? I have the dashlet created, although I don't know if it's correct, and now need some code to complete this process. Any help is appreciated.

            In essence, I'm trying to add a news section to the front page of the CRM where I can insert some HTML code from time to time.

            Comment


            • Fehu
              Fehu commented
              Editing a comment
              I got it worked out.

          • #7
            Have you checked this guide https://github.com/espocrm/documenta...let.md#example ?

            Comment


            • #8
              I got it to work, although having difficulties with width and height.

              I have this, which doesn't seem right:

              <iframe width="600" style="height:1000px" src="" frameborder="0" allowfullscreen>

              </iframe>

              I'm trying to get it as tall as the Stream Portlet
              Last edited by Fehu; 09-19-2019, 08:25 PM.

              Comment

              Working...
              X