How to open/popup the KB Article Image in the Service Portal?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2023 01:35 AM
I am trying to click on article image on service portal and image should be clickable and can be opened, but Image is not opening as expected.
Please suggest some solution for this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2023 01:35 PM
You can follow these steps:
1. Go to the source code of the article
2. Wrap the image in anchor tag
A few things to keep in mind:
The link inside the anchor should only be a relative link inside ServiceNow instance. If you want to define external link (any link that takes you outside of ServiceNow, for example, google.com), you will need to change the security settings of your instance. And this change is considered as enabling high vulnerability.