

The Responsive Images feature inside WordPress allows you to deliver the best image size for your screen by making multiple sizes of an image available to the browser.

After you’ve selected it, you will be presented with the following screen with further options: Image Resize Options screen in Servebolt Optimizer Image resizing with Responsive Images support Since everything is handled inside the Accelerated Domains network, you save server resources such as bandwidth and disk space while your visitors enjoy fast web pages and asset delivery.Īctivating Image Resize in the plugin is as easy as clicking on the Enable checkbox inside the Accelerated Domains setting in the plugin. This feature resizes and optimizes images at Accelerated Domains edge and enables you to serve all the correct sized images to your visitor’s browser on the fly.

The 3.1 version of the Servebolt Optimizer plugin now supports the auto image resizing feature of Accelerated Domains. High-resolution large images might look good on desktops and larger screens but they are equally frustrating on small devices like smartphones where they take ages to download, render or cover half of the viewport. It is important to deliver images in the right size for an enhanced user experience. In the previous post, we mentioned a few upcoming features which our engineering team has successfully incorporated in this release. Note: Before you upgrade, we always recommended to backup your database prior to testing any major release. We’ve also added various other useful features and improvements. Today, we are excited to release version 3.1 with the primary addition being the Image Resize feature. With version 3.0 we added complete support for Accelerated Domains and other features. "fit" - best fit possible for given width & heightĬ.Last month we released a major update to our Servebolt Optimizer plugin. path of image (change root path in config/thumb.phpĪ. in config/app.php add in aliases: 'Thumbnail' => Lersoft\LaravelThumbnail\Facades\LaravelThumbnail::classĤ. in config/app.php add in providers: Lersoft\LaravelThumbnail\LaravelThumbnailServiceProvider::classģ. composer require lersoft/laravel-thumbnail dev-masterĢ. Cached images are stored in "thumbs" folder inside your images root path.

If an image resizing with same dimensions has been already requested before, the package will return the cached image from the previous request. Using Thumbnail facade you will get resized images' paths on the fly. Laravel Package to resize images on the fly with cache functionalities.
