How to change the size and other properties of the chat window
问题 I have created a simple bot application using the botframework. I am embedding the chat window in an iframe. How can I control the chat window size and other properties like color, font etc. 回答1: You can size the iframe but your options of modifying what's in it are limited - CSS override body style for content in iframe?. Here's how I typically integrate the provided Bot Framework's iframe with size control: <div id="bot"> <iframe src="https://webchat.botframework.com/embed/..." style=