Forum Discussion
Anonymous
8 years agoNot applicable
Embedded visual: possible to make responsive or change size?
Can embedded visuals be responsive? If not responsive, can they be sized to fit their destination div element on page load? Setting the height to 100 in the config object does make my column char...
v-micsh-msft
8 years agoMicrosoft Employee
As the doc told,
"
width and height: Optional parameters. If not provided, div element width and height will be used.
"
please try to use the div element instead.
For the Demo code, you could check it within the code pane:
For the Div element, press F12 to check the div details:
Regards,
Michael