Direct access to image renditions
  • I can access the url of image renditions using the formula: 

                    {{ image rendition="Big"  }}
                    {{ $img_gr[$cont] = $image->src  }}
                    {{ /image }}

    But, is there any way to access them without the {{image}}...{{/image}} tags? For some reason, it is very slow. 

    I am thinking about something like this: 

    $gimme->article->rendition->Big->src

    Thank you!


    Post edited by Pedro de Alzaga at 2017-06-27 07:45:48