0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core
Fabien O'Carroll c2275ed131
Added size attribute support to img_url helper (#10182)
refs #10181 

Adds support to request a size in the img_url helper using syntax like:
    <img src="{{img_url profile_image size="small"}}"/>

Requires the image_sizes config to be defined in the themes package.json
2018-12-13 19:14:08 +07:00
..
client@cce8738fbd Updated Ghost-Admin to 2.8.0 2018-12-11 14:25:52 +01:00
server Added size attribute support to img_url helper (#10182) 2018-12-13 19:14:08 +07:00
test Added size attribute support to img_url helper (#10182) 2018-12-13 19:14:08 +07:00
index.js Changed where we trigger server start/stop announcement (#9815) 2018-08-22 13:28:31 +02:00