How to Resize Catalog Item Pictures in ServiceNow Employee Center?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-11-2024 12:24 AM
Hello ServiceNow Community,
I am currently working on customizing the Employee Center portal in ServiceNow and I have run into an issue with resizing the images for catalog items. The default size is too large for our layout, and I would like to reduce the size to 27x27 pixels to ensure a consistent and professional appearance across the platform.
Does anyone know how to achieve this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-21-2024 07:09 AM
@Mohan Mallapu The image is added as part of the "Taxonomy content Card" widget. You need to update the properties of the class ".item-image".
There are multiple ways to override this property of class without marking the widget as a customization.
1. Portal Level
2. Theme Level
3. Page Level
4. Instance Level
Make sure to use it with !important wherever you add the new properties for this class.
Regards
Sajal