cancel
Showing results for 
Search instead for 
Did you mean: 

Increase the size of the Portal Branding image

Former Member
0 Kudos

Dear All,

I have a requirement of increasing the size of the Branding Image on the Logon screen of Portal (on the left hand size).

I wa able to change the image but want to increase its size.

Kindly help me as soon as posible.

Thank you in advance,

Regards,

Disha

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Dear Karthiheyan and Nishant,

Thank you for your reply.

I could find the JSP where the img tag for the branding image is present but there is no width or height present for the image.

On mentioning the width and height the resolution of the image change rather then the size.

On editing the Theme Editor also does not have any impact on the Branding image on the Logon screen.

Please help.

Thank you,

Regards,

Disha.

Former Member
0 Kudos

Hi Disha,

Theme editor donot have any property to control the size of image in logon page.

As you found the img tag of the logon image ,try with the appropriate height and width . Also choose the image that can fit in the size specified without losing its resolution.

As the layout in logon page is almost like a table , placing a image of huge size will distrub the alignment and order of other UI elements present.

To learn more on img tag , look at the below link(JSP and HTML are almost similar).

http://www.w3schools.com/tags/tag_img.asp

Kindly explain the problem you are facing or your requirement for further details.

Regards

Karthiheyan M

former_member188632
Active Contributor
0 Kudos

Just to add here, as rightly said by mnkv1988, there is no option available for changing the size of logon page branding image from theme editor. You have an option to change the size of masthead branding image but not logon page branding image. For that, as already mentioned you need to modify the logon PAR, but specifying image attributes uing <img> tag is not a recommended practice as far as performance is concerned. Do it using CSS. And on top of that, change the layout so that it can accomodate image as per your requirement.

Isn't it obvious that if you set 300x300 size for a 200x150 image, its resolution will change?

Ameya

Former Member
0 Kudos

Dear All,

I have same issue i want to increase the width of logon page image which is display on  left side on portal page.

i already change the  pixel in css file but there is no any effect in the width of image...

So please give me a solution on this issue, it is urgent....

Regards,

Shashank

Former Member
0 Kudos

Dear All,

Please suggest me for the issue, it is urgent...

Regards,

Shashank

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

To increase or decrese the size of your Brand image, what you need to do is give the required values in the Theme Editor.

Go to System administation -> Portal Display -> Theme Editor.

Select your theme and provide the required width and height of the image in the input field under the Brand Image title.

I am sure, this will do your requirment.

Regards,

Nishant Singh

Former Member
0 Kudos

Hi Disha,

To increase the size of the branding image you need to download the logon PAR file . In the PAR file find the JSP where the img tag for the branding image is present , the img tag has attributes like height and width . Before altering the height and width , try to understand the layout of the logon page.

To do this you need NWDS .

Try this.

Regards

Karthiheyan M