If you are not aware that the user pictures are stored in the my-site host site collection. The pictures are stored in the ‘User Photos’ list’s folder named ‘Profile Pictures’. There will be three types of picture for an User i.e. Small (S), Medium(M) and Large(L)
Tip to navigate is:
- Make a copy of the following string in the clipboard
- ‘/_layouts/15/settings.aspx’
- Navigate to the ‘About Me’ by clicking your picture on the top right side of your SharePoint Site.
- It may look like ‘https://pankajsurti-my.sharepoint.com/_layouts/15/start.aspx#/PersonImmersive.aspx?ajaxdelta=1’
- Now delete the url string after ‘.com’ so new url should be like the following.
- ‘https:// pankajsurti-my.sharepoint.com/_layouts/15/settings.aspx’
- Voilà – you should now see the ‘User Photos’ list.
I hope this helps you. J