@simon.bed You can use the Asset
class:
$asset = new Asset("assets/images/someimage.jpg");
echo $asset->resize(100);
@simon.bed You can use the Asset
class:
$asset = new Asset("assets/images/someimage.jpg");
echo $asset->resize(100);