Kev_B
9 years agoAdvisor
Editing image dimensions within a component
Firstly, I apologise if this is a very basic question, I'm quite new to Studio! I'm trying to fix an image resolution issue that has sprouted up on our community's blog. For some reason, the imag...
- 9 years ago
Hi Kev_B
have you tried looking in the Endpoints tab of your Studio page? There are two sub-sections in there (Endpoints and Macros), it is likely that the code you are referencing to is defined in the macro section. This is a common place for general utilities and libraries to be saved.
Components can include macros from there in the way you have described.
If the image is being pulled in a custom component, then it is highly likely that the image is being pulled via one of our REST APIs. The API normally allow to fetch the image in different sizes so you should be able to adjust it to the desired outcome. Read more about our APIs here
I hope it helps!