Forum Discussion
Shridhar Joshi
Oct 07, 2016Copper Contributor
Resizing Sharepoint Client App Part
Hey,
Today i was developing Client App Part for SharePoint Hosted App. But it was with fixed width and height. I want to develop it with resizable function
Please help me out
- Dean_GrossSilver Contributor
A good place to start is with http://dev.office.com/blogs/web-cast-responsive-ui-package-for-sharepoint
- Frank ChenBrass ContributorClient App Part is a iFrame based solution. if you want to make client app part responsive, you should check out how to make iframe responsive. there are many articles available for that topic. An alternative solution you might check out is to use content edit web part plus JavaScript. The CEWP is part of your page and easy to be responsive based on CSS. let me know if you need an example.