Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Latest commit

 

History

History
18 lines (14 loc) · 332 Bytes

twig_helper.md

File metadata and controls

18 lines (14 loc) · 332 Bytes

Twig Helper

thumbor Function

The thumbor twig function build a thumbor url with the different transformation configured in config.yml.

jb_phumbor:
    transformations:
        width_50:
            resize: { width: 50, height: 0 }
{{ thumbor('test/logo.png', 'width_50') }}