You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Assets\Site\Controllers\Asset::read(), if width & height params have been set in the request, we should try feeding a cached version of the image rather than resizing it on the fly. Same process as cachedThumb(), but saving the file in this folder:
$app->get('TEMP') . "assets_resized"
The text was updated successfully, but these errors were encountered:
In Assets\Site\Controllers\Asset::read(), if width & height params have been set in the request, we should try feeding a cached version of the image rather than resizing it on the fly. Same process as cachedThumb(), but saving the file in this folder:
$app->get('TEMP') . "assets_resized"
The text was updated successfully, but these errors were encountered: