×
Menu
Index

Text Element Image Properties Dialog

Text Element Image Properties Dialog
1

Image File

1. Image File
Select image file from the website.
2

Import... button

2. Import... button
Import external image file.
3

Alternate Text

3. Alternate Text
Enter text to describe the image.
4

Original Image Size

4. Original Image Size
Show the original size of the image.
5

Custom Image Size

5. Custom Image Size
Set the size of the image.
6

Use data URI

6. Use data URI
Convert the image to Base64 and embed it in HTML file. For example, like converting
 
from:
<img src="images/img.png" />;
 
to:
<img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAATNm/RAAAAH0lE5MgAAAABJRU5ErkJggg==" />;
 
The image will be compressed first before conversion to make it smaller. Embed small images only and avoid embedding large images as this will increase the size of the page. A Base64 encoded image is about 30% larger than the original one. Your page may be able to load faster as there is no extra http request to get the image.
7

OK button

7. OK button
Click OK to insert the image to the current cell.
8

Cancel button

8. Cancel button
Cancel inserting image.