Image asset helper in section page | Community
Skip to main content

Image asset helper in section page

  • November 8, 2021
  • 0 replies
  • 0 views

Hello,

I would like to dynamically set images depending of the current section parent.
I tried to use the asset helper but in the section page we can't access to the section.parent_section_id.

 

<img src="{{asset section.parent_section_id prefix='img-section-' suffix='.png'}}" class="img-section-page-wide"/>

Is the a method to use this helper or anything related with javascript to do this?

Thanks for your help

Paul