- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-06-2020 04:34 AM
Hi,
Getting an issue with image size present on catalog item. Image size is increased when instance is upgraded from New York to Paris
Previous image size was 64* 64 pixels but now it is auto increased to 240*240 pixels.
Now I am trying to add image size of 64 * 64 pixels but its size also auto increased and set to 240 * 240 pixels.
I have cleared instance cache as well as browser cache. No code change in widget, But don't know why size is increased.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-16-2020 05:15 AM
Hi,
I just changed widget's Html code.
My code was like:
<img class="cat-img" " style="display: inline" ng-src="{{::sc_cat_item.picture}}?t=medium" />
I just removed "?t=medium".
It was present in New York version too, but not causing any effect, don't why it was effecting in Paris version.
But after removing it, problem solved!!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-07-2020 02:48 AM
While i understand that part.. test once by doing that.. if its working fine, then you can add a style to work only for your catalog item.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-16-2020 05:02 AM
Hi Sourabh,
I am facing similar issues, was your issue resolved ? If Yes, please share it it with me
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-16-2020 05:15 AM
Hi,
I just changed widget's Html code.
My code was like:
<img class="cat-img" " style="display: inline" ng-src="{{::sc_cat_item.picture}}?t=medium" />
I just removed "?t=medium".
It was present in New York version too, but not causing any effect, don't why it was effecting in Paris version.
But after removing it, problem solved!!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-16-2020 06:29 AM
Hi, It has to be small instead of medium then you get 64 X 64.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-16-2020 06:35 AM
Yeah, right.
I tried it. but other images were getting effected because of small.
so I removed.
Thanks.