Images helper
addSizeToPath()
addSizeToPath()$imagePath = "/uploads/images/sample.jpg";
$resizedPath = addSizeToPath($imagePath, "150x150");
echo $resizedPath;
// Output: "/uploads/images/sample_150x150.jpg"img_vertical()
img_vertical()Last updated
Was this helpful?