Make chat window full screen

Currently, it’s possible to make the chat window full window with the CSS code below, but I’d like to have this option right in the settings:

.es-window-container {
width: 100vw !important;
height: 100vh !important;
inset: 0 !important;
border-radius: 0 !important;
max-width: none !important;
max-height: none !important;
}
3 Likes

Thank you @Max for adding this and sharing the CSS code.

I’ll testing this out and will provide any additional feedback.

2 Likes

Hey @Max,

Did a quick test and the code is definitely useful. I should be able to make use of this expanded feature.

Though, a sleek integrated feature would be phenomenal :grin:

With thanks,

mw :man_technologist:t5: :sparkles:

2 Likes

Great, thanks you so much for the feedback!

By the way, we’ve just released the Embed layout for the AI Chatbot, which I think could be useful for you.

Check this post for more details :wink: - AI Chatbot: [MAJOR UPDATE] Embed layout, chat triggers and visibility settings! 🔥

1 Like

Thank you @Max will do.

1 Like