How can I change the position of watermark from bottom-middle to bottom-right? Please help.
How can I change the position of watermark from bottom-middle to bottom-right? Please help. |
please |
no way? |
Hello! In current version no way without editing code. U may try to change coordinates of watermark in inc/classes/BxDolImages.php file, lines: $watermarkX = ($size[0] - $wtrSize[0]) / 2;
|
Hello! In current version no way without editing code. U may try to change coordinates of watermark in inc/classes/BxDolImages.php file, lines: $watermarkX = ($size[0] - $wtrSize[0]) / 2;
Thanks a lot for the reply! Could you please tell me what variable should be changed to put the water mark towards the right end of the image? I need to change only X coordinate? $watermarkX = $size[0] - $wtrSize[0]; would be the correct code? Please help. |