Return image url without size parameters

I want to be able to add custom size parameters for <v-lazy-load> placeholder images.

Currently I can parse off the added w and h parameters, but it would be preferable if there was a base image url with no size parameters so I can add my own in addition to the existing url parameter.

Hey Marcello,

You can do this by this by adding an extra view to your image field in the custom type builder. If you leave this view’s dimensions set to auto x auto then there will be no size parameters added to the URL.

Of course! Thanks @Phil

1 Like