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;
}`
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,