My html look like this,
<img width="150" height="150" src="https://d.pcd/image/578434201?hei=75&wid=75&qlt=50,0&op_sharpen=1&op_usm=0.9,0.5,0,0" ng-src="https://d.pcd/image/578434201?hei=75&wid=75&qlt=50,0&op_sharpen=1&op_usm=0.9,0.5,0,0">
I want to resize the image after it gets rendered in the page as in i want to change hei=150 and wid=150.
Note: My full image url(including hei,wid) comes from a service so i cant change it there. Any suggestion?