Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 264 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 264 Bytes

fcs-srcset

Custom srcset function for the Kirby Focus Plugin

$image->fcsSrcset()

$image->fcsSrcset(['width' => 500, 'height' => 400]);

$image->fcsSrcset(['breakpoints' => 
[
'width' => 1024,
'ratio' => 1
],
[
'width' => 1440,
'ratio' => 1.2
]
]);