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') }}