fix wateramrk

This commit is contained in:
Julian Freeman
2026-01-18 23:55:14 -04:00
parent 0c307c319a
commit a5f1b165fd
3 changed files with 32 additions and 17 deletions

View File

@@ -29,9 +29,9 @@ export const useGalleryStore = defineStore("gallery", () => {
text: 'Watermark',
color: '#FFFFFF',
opacity: 0.8,
scale: 0.05, // 5% of height default
scale: 0.025, // Reduced from 0.05
manual_override: false,
manual_position: { x: 0.5, y: 0.9 }
manual_position: { x: 0.5, y: 0.96 } // Lowered from 0.9
});
const selectedImage = computed(() => {