watermark pos
This commit is contained in:
@@ -29,9 +29,9 @@ export const useGalleryStore = defineStore("gallery", () => {
|
||||
text: 'Watermark',
|
||||
color: '#FFFFFF',
|
||||
opacity: 0.8,
|
||||
scale: 0.025, // Reduced from 0.05
|
||||
scale: 0.03, // 3% of height default
|
||||
manual_override: false,
|
||||
manual_position: { x: 0.5, y: 0.99 } // Pushed to very bottom
|
||||
manual_position: { x: 0.5, y: 0.97 } // 3% from bottom
|
||||
});
|
||||
|
||||
const selectedImage = computed(() => {
|
||||
|
||||
Reference in New Issue
Block a user