You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exploring what it feels like to use an external website as stimulus, i have the following component
"second-question-set": {
"type": "website",
"path": "https://color-buddy.netlify.app/",
"parameters": {},
"nextButtonLocation": "sidebar",
"response": [
{
"id": "example input",
"prompt": "What color is the best",
"location": "sidebar",
"type": "longText"
}
]
}
Which gives
There's no point when I'm calling any of the iframe commands.
Ideally, there should be some component configuration that allows me to specify something like "fit" | "full-screen" etc so that an iframe embedded application can be viewed full screen. See associated discussion on slack in help channel
The text was updated successfully, but these errors were encountered:
mcnuttandrew
changed the title
iFrame / web site component size qunadries
iFrame / web site component size quandries
Feb 6, 2025
Exploring what it feels like to use an external website as stimulus, i have the following component
Which gives
There's no point when I'm calling any of the iframe commands.
Ideally, there should be some component configuration that allows me to specify something like "fit" | "full-screen" etc so that an iframe embedded application can be viewed full screen. See associated discussion on slack in help channel
The text was updated successfully, but these errors were encountered: