function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Raphael BendenounRaphael Bendenoun 

how can I make the right frame responsive ?

Hi Friends, 
I am trying to customize the log in page of my company Salesforce, 
I created an URL on our servers, making sure it was HTTPS
I added the URL  in Setup > MyDomain> Right frame

The picture is displayed .. but not responsive. which means that it does not look good on small screen and does not look good on bigger screen as well 

Could you please help ? How Can I make that picture responsive
Thx you
AnudeepAnudeep (Salesforce Developers) 
Hi Raphael- Can you please follow the steps listed here if not done already
  • From Setup, enter My Domain in the Quick Find box, then select My Domain.
  • Under Authentication Configuration, click Edit.
  • To customize your logo, click Choose File and upload an image file.
  • Images can be .jpg, .gif, or .png files up to 100 KB. The maximum image size is 250 px by 125 px.
  • To customize your login page background, click  and choose your hexadecimal color code.
  • To display content in the right frame URL, enter a URL.
  • By default, the right side displays the current Salesforce promotions, https://c.salesforce.com/login-messages/promos.html in an iframe. The iframe creates an inline frame, which embeds an HTML document into the current page. You can show your own content by supplying a URL that uses SSL encryption and the https:// prefix. The iframe dynamically expands to fill about 50% of the page. To build your own custom iframe using responsive web design, use the My Domain Sample template. For an example of a right-frame URL, go to https://sfdclogin.herokuapp.com/news.jsp.
  • Click Save.
https://help.salesforce.com/articleView?id=domain_name_login_branding.htm&type=5
Raphael BendenounRaphael Bendenoun
Hi Anudeep,
Thx for your answer. 
It is what I did .. I am using SSL and Https but it is not responsive .. .I tried to access the two links you provided 
https://sfdclogin.herokuapp.com/news.jsp and http://https://help.salesforce.com/articleView?id=domain_name_login_branding.htm&type=5
None of them work .. 

 
AnudeepAnudeep (Salesforce Developers)