How to center crop the image with a div using CSS?
If you would like to crop the image without cropping on actual image, you can able to archive using "css" and put the image inside the center of "div". This is quite useful for single image to show specific focus point without uploading another cropped image.
Create custom CSS style as below:
<style>
.divimg{
position: relative;
width: 100%;