diff --git a/samples/react-enhanced-powerapps/README.md b/samples/react-enhanced-powerapps/README.md index 1f3cfb2d8..4797c0ae7 100644 --- a/samples/react-enhanced-powerapps/README.md +++ b/samples/react-enhanced-powerapps/README.md @@ -8,6 +8,9 @@ Sample web part showing how to embed a Power App that resizes, adapts to themes, ![Enhanced Power Apps in Action](./assets/enhanced-power-apps.gif) +It also resizes the app to fit the web part dimension: +![Enhanced Power Apps reszing in Action](./assets/resize.gif) + ## Used SharePoint Framework Version ![1.11.0](https://img.shields.io/badge/version-1.11.0-green.svg) diff --git a/samples/react-enhanced-powerapps/assets/resize.gif b/samples/react-enhanced-powerapps/assets/resize.gif new file mode 100644 index 000000000..eaefef5a8 Binary files /dev/null and b/samples/react-enhanced-powerapps/assets/resize.gif differ