watermark pos bug
This commit is contained in:
@@ -31,7 +31,7 @@ export const useGalleryStore = defineStore("gallery", () => {
|
||||
opacity: 0.8,
|
||||
scale: 0.025, // Reduced from 0.05
|
||||
manual_override: false,
|
||||
manual_position: { x: 0.5, y: 0.96 } // Lowered from 0.9
|
||||
manual_position: { x: 0.5, y: 0.99 } // Pushed to very bottom
|
||||
});
|
||||
|
||||
const selectedImage = computed(() => {
|
||||
|
||||
Reference in New Issue
Block a user