Forum Discussion
Image Webpart that is not clickable. How to remove link?
The image web part should include a on/off toggle to make the image clickable - because when clickable the cursor changes which signals the user that clicking will take them somewhere. Sometimes we just want to display an image. UX 101... this should be an easy and fast fix. Comments for a year now. 😕
JamesR katzgroup Micah Haarbrink jefmeyer mattchowell
Thank you all for your replies. This is not possible as of now using SharePoint OOTB functionalities.
This is much anticipated feature by many customers & it should be implemented by Microsoft.
I have created a new idea/feedback on SharePoint feedback portal for the same problem. I would request you all to vote on this idea so that Microsoft will notice it & implement it in near future.
Link to idea: Make image web part non-clickable, remove default link to image itself
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.
- SFen90Aug 16, 2022Copper Contributor
ganeshsanap there is a way using the markdown webpart as shown in this thread https://docs.microsoft.com/en-us/answers/questions/786164/how-do-i-remove-graident-hover-effect-from-linksim.html
Extract below -
Please try to use markdown webpart to add a picture. You can insert a linked picture like this:
]
This does mean uploading any images to a library on your site and then copying the url but seems to get round the issue of the image being clickable
- Sublimer677Aug 17, 2023Copper Contributor
I apologize but I'm unsure of how to add your workaround, I attempted to upload the image with a link from the photo stored in a site asset folder and using it as the link but it won't let me save anything that doesn't start with "http". I'm also trying to remove the ability to click or any changes when hovering over a logo. Thank you!
Aaron Marks
- mattchowellAug 18, 2023Iron Contributor
While we grow old waiting for Msft to even acknowledge this is a poor implementation, I suggest you try using the embed web part. Not ideal, but if you add a SP hosted image url in an embed web part, you get the image with no link. You can also add iframe code there if you want to manipulate image dimensions etc. Why Msft thinks thinks it's a good idea for an image to open in a pop up when NO OTHER cms does this, I've no idea.
- AnuNishanthSep 09, 2022Copper ContributorThanks for this work around! It did work for me.