Resizing Sharepoint Client App Part

Copper Contributor

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

2 Replies
Client 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.