Forum Discussion
JoshSinfield
Nov 11, 2021Copper Contributor
Disable clicking on image web part
Is it possible to disable the lightbox when clicking on an image web part that doesn't have a link configured? It's confusing the navigation of the page. a simple switch of hyperlink on/off would...
twincode
Feb 24, 2022Copper Contributor
Agree. This really needs to be able to disable the click interaction (it is the common use case).
Please add a simple toggle switch to enable/disable image click interaction. Thanks
Please add a simple toggle switch to enable/disable image click interaction. Thanks
JaDe
Apr 27, 2022Copper Contributor
twincode The image as a link is a user experience disaster. I've been using the embed web part instead and with an html iframe. It doesn't really work for mobile browsing, but is perfectly crisp on the computer. I typically upload a jpg or png to the site assets folder and set the width and height to the image. I also make my images the exact width of the sharepoint site columns. give it a try.
<iframe src="url_to_image" width="1204" height="100" scrolling="no"></iframe>