Customize Sitecore Image field to add focal point picker for cropping

Sitecore Version: 9.3 Often with responsive designs, we come across the need to output images on mobile with different aspect ratio than the images on desktop on a given component. This gives the option to go with either route to stick with out of the box features: Create distinct multiple fields for desktop and mobile… Read More Customize Sitecore Image field to add focal point picker for cropping

Asynchronous resize of images (async http handler) with default sitecore image

Images can usually take up most of your page load time. In our project we were loading product images from the servers, and resizing them before serving them up on the site. To improve performance, we decided to try and do the resizing and image loading there after asynchoronously. So we created an asynchronous http… Read More Asynchronous resize of images (async http handler) with default sitecore image

Resize and lazy load images in Rich Text fields in Sitecore

Often the imagery that is uploaded in Sitecore is of way higher resolution than what is required, in an attempt to produce high quality pages. While these are uploaded onto image fields in sitecore, we can resize the images when we output them using suitable html helpers. Refer:Render Responsive Image Glass Html Helper with Sitecore… Read More Resize and lazy load images in Rich Text fields in Sitecore

Render Responsive Image Glass Html Helper with Sitecore Image Processor Module

In today’s world of multi-sized devices / screens, responsive design is almost a must for trendy websites. The <picture> tag provides a nice solution to the need for serving up resized / different images based on the viewport / orientation of the client screen. I found this article very useful for reading up on the… Read More Render Responsive Image Glass Html Helper with Sitecore Image Processor Module