Skip to content

Custom srcset function for the Kirby Focus Plugin

Notifications You must be signed in to change notification settings

jonasfeige/fcs-srcset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

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
]
]);

About

Custom srcset function for the Kirby Focus Plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages