Hi,
is there any way to access image in enonic database without filling out scaling,
or with some parameters that will let me access image in its default size?
I currently having trouble with accessing image that is converted by media_Image.
mainImage{
... on media_Image{
imageUrl(scale:"block(100,100)" ,type:absolute)
}
}
Are there any other methods available (other then “block”)?
Thx