Skip to content

Commit 5086218

Browse files
authored
incorporated feedback
1 parent 680f6a1 commit 5086218

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/active-directory/fundamentals/customize-branding.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,27 +48,27 @@ Your custom branding won't immediately appear when your users go to sites such a
4848

4949
- **Language.** The language is automatically set as your default and can't be changed.
5050

51-
- **Sign-in page background image.** Select a .png or .jpg image file to appear as the background for your sign-in pages.
51+
- **Sign-in page background image.** Select a .png or .jpg image file to appear as the background for your sign-in pages. The image will be anchored to the center of the browser, and will scale to the size of the viewable space. You can't select an image larger than 1920x1080 pixels in size or that has a file size more than 300 KB.
5252

53-
The image can't be larger than 1920x1080 pixels in size and must have a file size of less than 300 KB.
53+
It's recommended to use images without a strong subject focus, e.g., an opaque white box appears in the center of the screen, and could cover any part of the image depending on the dimensions of the viewable space.
5454

5555
- **Banner logo.** Select a .png or .jpg version of your logo to appear on the sign-in page after the user enters a username and on the **My Apps** portal page.
5656

5757
The image can't be taller than 60 pixels or wider than 280 pixels. We recommend using a transparent image since the background might not match your logo background. We also recommend not adding padding around the image or it might make your logo look small.
5858

5959
- **Username hint.** Type the hint text that appears to users if they forget their username. This text must be Unicode, without links or code, and can't exceed 64 characters. If guests sign in to your app, we suggest not adding this hint.
6060

61-
- **Sign-in page text.** Type the text that appears on the bottom of the sign-in page. You can use this text to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 256 characters. We also suggest not including links or HTML tags.
61+
- **Sign-in page text.** Type the text that appears on the bottom of the sign-in page. You can use this text to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters.
6262

63-
- **Sign-in page text formatting (Preview).** You can format text to include bold, italics, an underline or clickable link. Use the following syntax to add formatting to text:
63+
- **Sign-in page text formatting.** You can format text to include bold, italics, an underline or clickable link. Use the following syntax to add formatting to text:
6464

65-
> Hyperlink: ```[text](link)```
65+
> Hyperlink: ```[text](link)```
6666
67-
> Bold: ``` **text** ``` or ``` __text__ ```
67+
> Bold: ``` **text** ``` or ``` __text__ ```
6868
69-
> Italics: ``` *text* ``` or ``` _text_ ```
69+
> Italics: ``` *text* ``` or ``` _text_ ```
7070
71-
> Underline: ``` ++text++ ```
71+
> Underline: ``` ++text++ ```
7272
7373
In addition to formatting text, you can also begin a new paragraph by using the enter key twice.
7474

0 commit comments

Comments
 (0)