We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd27295 commit a5c7c3eCopy full SHA for a5c7c3e
frontend/src/components/app/users/UserImages.vue
@@ -5,7 +5,7 @@
5
class="relative image-height"
6
v-bind:style="{
7
'background-repeat': 'no-repeat',
8
- 'background-position': 'center top',
+ 'background-position': 'center center',
9
'background-size' :'cover',
10
'background-image': 'url(' + getImage() + ')'}">
11
<div v-if="imagesCount > 1" class="absolute flex w-full top-0 left-0 w-full z-10 px-8 pt-1">
0 commit comments