Forum Discussion
Lee-Martin
Jan 18, 2023Brass Contributor
Add an image to a client side web part
I have an image I need to add to my client side web part. However when putting a html link to the image (and storing the image in a subfolder of the src folder" It doesn't display the image at al...
- Jan 18, 2023
Lee-Martin Check if this article helps you: Correctly reference images in SharePoint Framework solutions
Also, include assets with your SPFx solution: Simple way to deploy any asset with your SPFx Application
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
ganeshsanap
Jan 18, 2023MVP
Lee-Martin Check if this article helps you: Correctly reference images in SharePoint Framework solutions
Also, include assets with your SPFx solution: Simple way to deploy any asset with your SPFx Application
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
Lee-Martin
Jan 18, 2023Brass Contributor
Thank you, that's what I needed