Comment code is collapsed #7634
-
Beta Was this translation helpful? Give feedback.
Answered by
kamilkrzyskow
Dec 1, 2024
Replies: 1 comment 1 reply
-
Hello @Wcowin,
I'm guessing that previously, the generated You could set it with CSS: #cusdis_thread > iframe {
height: 30rem;
} There is also a JavaScript solution that helps with automatic resizing, however I've not tried it: |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Wcowin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @Wcowin,
sorry about the late response, I hope the issue has been resolved.
The current behaviour with the code given is expected, hard to say what happened that it stopped working.
I'm guessing that previously, the generated
iframe
had a constant height, but it reverted back to the default max of 150px.You could set it with CSS:
There is also a JavaScript solution that helps with automatic resizing, however I've not tried it: