Client Slider
I am trying to change the client slider width and height. I see this css block but how do I change the image to 225 w x 225 h with a 2px squared border radius around the images
<img width="225" height="225" src="http://website/wp-content/uploads/2019/06/DM-1-75x75.png" class="scale-with-grid wp-post-image" alt="" srcset="http://website/wp-content/uploads/2019/06/DM-1-75x75.png 75w, http://website/wp-content/uploads/2019/06/DM-1-150x150.png 150w, http://websitem/wp-content/uploads/2019/06/DM-1-146x146.png 146w, http://website/wp-content/uploads/2019/06/DM-1-50x50.png 50w, http://website/wp-content/uploads/2019/06/DM-1-85x85.png 85w, http://website/wp-content/uploads/2019/06/DM-1-80x80.png 80w, http://website/wp-content/uploads/2019/06/DM-1.png 225w" sizes="(max-width: 225px) 100vw, 225px">
Comments