cancel
Showing results for 
Search instead for 
Did you mean: 

renewal: distorted employee photos

steffen_brauner
Explorer
0 Kudos

Hi,

I have to finish a task for my former colleague who left our company .

We display photos of our employees. The photos don't look like the origin photos - they are distorted.

Have a look at this (distorted photo):

This is the origin photo:

Maybe width/heigh are fixed by any pix somewhere. Is there a way to change default values? Maybe in customizing or anywhere else?

Regards,

Steffen

(renewal rookie)

View Entire Topic
siddharthrajora
Product and Topic Expert
Product and Topic Expert
0 Kudos

size of the card is fixed.  The control cannot support images bigger than the size  width (116px) and Height (82px) . Please refer to the KBA article for more details: 2010820 - Sizing of employee photo differs between different applications

steffen_brauner
Explorer
0 Kudos

is there a way to change (modify) the control?

siddharthrajora
Product and Topic Expert
Product and Topic Expert
0 Kudos

well it has to be done at the code level then

steffen_brauner
Explorer
0 Kudos

that's what I supposed. Do you know by any chance the method respectiveley the code level?

siddharthrajora
Product and Topic Expert
Product and Topic Expert
0 Kudos

Cl_HROVIS_BUILDER->GET_PHOTO http://scn.sap.com/people/ashok.kumarm/blog/2014/02/28/hr-renewal--quickview-fields-configuration or maybe at UI, i need to check this

siddharthrajora
Product and Topic Expert
Product and Topic Expert
0 Kudos

done in css class “.sapSuiteHcmEmpNodeImg” present in file “library.css”.

brandy6600066
Participant
0 Kudos

Hi!

We have the same problem. Would you please tell me in detail what to do? Where do I find this class “.sapSuiteHcmEmpNodeImg” present in file “library.css and what do I have to change?

Thank you very much!

Best Regards,

Gregor Brandstätter

siddharthrajora
Product and Topic Expert
Product and Topic Expert
0 Kudos

You can check this screen and change the size of the picture in the css file and deploy the changed  file etc