I have a little problem here:
I want to have two full size images with watermark and not (i.e. for posts and backup)
So in my settings I don’t use Enable watermark for: FULL
I tryed to create new images_size (e.g. add_image_size( 'twentyfourteen-full-watermark', 0, 0, false );
)
But it doesn’t work, word press doesn’t want to create another full size image with some prefix of what. So image-watermark doesn’t works too. If i create add_image_size( 'twentyfourteen-full-watermark', 1024, 1024, false );
it’s not working for files less than given size, and I didn’t get what I want too. Any ideas? Thank you Forward for your answer.