• Resolved hax1

    (@hax1)


    Hi,

    how can I change the size of the preview iframe?
    it’s way too small to display the entire card,
    and could easily use much more space on the
    screen?

Viewing 3 replies - 1 through 3 (of 3 total)
  • MakeWebBetter

    (@makewebbetter)

    Hello,

    Thanks for using our plugin.

    Currently, we have provided a fixed-size iframe preview. We haven’t provided a setting to modify the size of the iframe preview.

    Regards,

    Thread Starter hax1

    (@hax1)

    Would be nice to add it, since your current iframe is very small.

    For others looking for a solution – adding this (adjust width and height to your needs) to your custom css works:

    TB_window {
    max-width: 1350px !important;
    height:600px !important;
    }

    #TB_window iframe#TB_iframeContent {
    margin: 0 auto;
    max-width: 1300px !important;
    width: 1300px !important;
    height: 600px !important;
    }`

    MakeWebBetter

    (@makewebbetter)

    Hello,

    Thanks for your nice suggestion. We surely look into this.
    Yes, you can add the custom CSS and adjust the iframe according to your need.

    Regards,

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change Preview Iframe Size’ is closed to new replies.