from https://support.springshare.com/accessibility/images
Tips for Alternative Text for Specific Types of Images
Just to be clear, when we state that the alt text is not needed that does not mean that the alt attribute isn't needed. The HTML alt attribute should still be included, but with a null value.
Depending on the screen reader, it will either 'skip' over the image entirely or it will just say "image". Someone who is fully sighted would easily skip over a decorative image, therefore a null alt text value allows someone with a screen reader to accomplish the same thing.
To create an empty or null alt attribute, simply don't put anything in the alternative attribute field. Leave it completely blank.
This will automatically generate an empty null attribute.
Add the following code via the Source Button in the RichText Editor at the location you want the icon to appear.
<i class="fa fa-lg fa-bicycle"></i>
Size 60px: <i class="fa fa-bicycle" style="font-size:60px;"></i>
Size 80px, Blue: <i class="fa fa-bicycle" style="font-size:80px;color:blue;"></i>
Size 100px, Purple: <i class="fa fa-bicycle" style="font-size:60px;color:#8B008B;"></i>
Alignment
To center an image in a column, center the cursor and then add the image.
Alignment of assets that display images:
Image Manager has a white rectangle in Logos_shared: Logo_half-height_placeholder_150x76.jpg
This is used to Indent an entry that lacks an image in order to align it with entries that are decorated with a logo 150px wide.
File size maximum
Recommended Sizes in pixels - all saved images should have w x h appended to filename
As of March 2018, preferred image width is based on percentage width of columns.
These sizes fit well inside columns because they are sized bout 20px smaller width than portion (in pixels) of full banner width.
25% | 280w for narrowest columns |
33% | 350w |
50% | 564w |
75% | 840w |
100% | 1170w is banner width |