Skip to main content
warning

Elevate CTV demo uses Image Proxy to proxy and manipulate images. The domain is only for demo purposes. If you need this kind of service check the lastest partnerships or ask devops to create your own environment, changing the application acordling to the new configuration.

How to change the image proxy quality

By default, Build Elevate CTV and Accedo OVP are using a custom image proxy to cache and process the used images.

To change the quality of the images, you just need to open the src>config>app.js config file and modity the image.template.IMAGE_QUALITY to any value between 1 and 100.

export default {
...
image: {
template: {
- IMAGE_QUALITY: 20
+ IMAGE_QUALITY: 80
}
},

How to change the image proxy values

By default we expect a very specific format of image templating based on Image Proxy. If you want to use the proxy and your backend do not provide images with a {template} substring to interpolate the desired values, you can always refactor the models to use the getProxiedImagesItem or getProxiedImagesItems exported methods to append the image URL to the proxy.