I tried to edit both the plugins u use for this to move the image slightly 10px from the corners (so its not directly on the edge. looks better I think).
But it kinda breaks the entire thing if I try that
Could you explain to me which values I have to edit? I tried editing the following:
From
Code:
$destx= imagesx($theimage)-imagesx($newwater);
To
Code:
$destx= imagesx($theimage)-imagesx($newwater)-10;
(on both x and y. so it should be 10 PX from the lower right corner (which we choose as our location).
Thanks in forward.