iframe

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • peterberlin
    Active Community Member
    • Mar 2015
    • 1004

    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
  • yuri
    Member
    • Mar 2014
    • 8627

    #2
    Hi Peter,

    <iframe height="500" .... >
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • peterberlin
      Active Community Member
      • Mar 2015
      • 1004

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

      Comment

      • yuri
        Member
        • Mar 2014
        • 8627

        #4
        style="height: 500px"
        If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

        Comment

        • peterberlin
          Active Community Member
          • Mar 2015
          • 1004

          #5
          it is ok. Thank

          Comment

          • Fehu
            Member
            • Jan 2019
            • 64

            #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.
          • yuri
            Member
            • Mar 2014
            • 8627

            #7
            Have you checked this guide https://github.com/espocrm/documenta...let.md#example ?
            If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

            Comment

            • Fehu
              Member
              • Jan 2019
              • 64

              #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...