Hello.
I use some custom sizes on my website and I want to use them into a View.
Unfortunatelly the code is not rendering my images while it's working for the default wordpress sizes.
My custom image sizes are listed in the menu in View and I can select them then nothing on the frontend.
I have this code : {{ post.post_2pzsbnehi7o.thumbnail.my_custom_image_size.url }} but I got a 0 instead of my url.
I registered my custom font sizes with a basic code snippet technique.
Is it a bug ?
Thanks