1

I am using lytebox's lyteframe plugin to display a html form, at present time I can only specify the width and height of the content loaded into the frame as pixels, is there a method of setting these properties to display as the same width and height of the content that is loaded into the box?

Lit
  • 41
  • 1
  • 6

1 Answers1

0

If you're using an iframe to display the HTML content, as it's demonstrated on their website, then the only way to do it involves Javascript - not CSS.

There's a solution for it posted here --> Adjust width height of iframe to fit with content in it

Community
  • 1
  • 1
derrylwc
  • 826
  • 8
  • 15