By Ben Harrison on Monday, 12 June 2017
Posted in General
Replies 3
Likes 0
Views 214
Votes 0
Doesn't look like the program can do this, but I would like the images appearing in the space described above to be resized to the device. I would like to insert new member images. On a large desktop the image is cropped on all sides but when reduced in size we see the entire image...am I missing something?
Do you mean the avatar and cover field not appear on your registration form?

If yes, is it can provide us with your JOomla backend access at http://stackideas.com/dashboard/site so we can better have a check?
·
Monday, 12 June 2017 12:43
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Alex,

No, i'm not talking about avatars, but the images you can upload under the registration box, as illustrated below. Desktop screen increases size of picture but crops sides equally. Resizing screen to smaller includes the picture as intended. Hence, I'm looking for an ideal size for the splash registration to have all the pictures regardless of screen size show the picture as intended. (I would like upload new member pic under the registration box for new members as they come in.)

thanks...
·
Monday, 12 June 2017 21:07
·
0 Likes
·
0 Votes
·
0 Comments
·
I am sorry for the misunderstand in earlier, can you check my attached screenshot below and see is it you would like to show the whole image on the registration box?

If yes, you can apply this following css into your current template file location.

JoomlaFolder/templates/protostar/css/template.css

#es .es-login-box {
background-position: inherit !important;
background-repeat: round !important;
background-size: inherit !important;
}
·
Monday, 12 June 2017 22:54
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post