diff --git a/src/components/user/RegisterForm.vue b/src/components/user/RegisterForm.vue
index 3f5edc3..7db7b41 100644
--- a/src/components/user/RegisterForm.vue
+++ b/src/components/user/RegisterForm.vue
@@ -3,9 +3,9 @@
@@ -186,7 +186,7 @@ const profilePreviewStyle = computed(() => ({
height: '100px',
backgroundImage: `url(${profile.value})`,
backgroundRepeat: 'no-repeat',
- backgroundSize: 'cover',
+ backgroundSize: 'contain',
backgroundPosition: 'center'
}));