You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the Add-PnPPageWebPart command to add an Image web part to a page as below:
Add-PnPPageWebPart -Page $pageTitle -DefaultWebPartType Image -WebPartProperties @{imageSource=$imageUrl;imgWidth=50;imgHeight=50}
The web part is added but it doesn't display.
If you edit the page then the Image web part displays.
You have to save the page for the Image web part to display when viewing the page.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am using the Add-PnPPageWebPart command to add an Image web part to a page as below:
Add-PnPPageWebPart -Page $pageTitle -DefaultWebPartType Image -WebPartProperties @{imageSource=$imageUrl;imgWidth=50;imgHeight=50}
The web part is added but it doesn't display.
If you edit the page then the Image web part displays.
You have to save the page for the Image web part to display when viewing the page.
Is this still a known issue? Any workarounds?
Beta Was this translation helpful? Give feedback.
All reactions