fix wateramrk
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user