Description of the need
If you ever set the Default picture on admin/config/people/settings
, then you could have an impression the settings in the next section for Picture display style would apply to the default picture.
Unfortunately, it's not true as the HTML-code always shows:
<img src="http://in.docksal.site/files/pictures/default_image.png" alt="Backdrop CMS's picture" title="Backdrop CMS's picture">
for the default picture. However, if a user uploads his/her own picture, then the image style kicks in:
<img src="http://in.docksal.site/files/styles/thumbnail/public/pictures/picture-1-1614678151.png" alt="Backdrop CMS's picture" title="Backdrop CMS's picture">
Proposed solution
I don't see any reasons for the style selected in Picture display style section not to be applied for also the default picture. If you, guys, support this feature request, then I could offer a respective PR.
Recent comments
You can edit images and load them back to the same folder with the same name and extension, this will not create a problem. Replace directly in the file system, without the use of CMS, for CMS...
Image manipulation on server?
I was under the impression you could not do that - don't know where I got that idea from... thought it had to do with the way Backdrop manages image files.
Image manipulation on server?
I think given the warning on the source site: At this time, if your new project can afford to require PHP 5.5+, which it should, please use PHP's native password_hash() /...
July 31, 2025