×
Menu
Index

Use responsive images

 
Responsive images of an image are different sizes of the same image. Browsers will choose which one to load according to the width of the browser window.
 
For example, the original size of the example image is size 900x330. Browser will load it if the width of the browser window is over 768. When the width is between 768 and over 480, the one with width 768 will be loaded, etc.
 
The purpose is to serve smaller size images rather than to resize the original image which is larger in size to fit the width. Images of smaller size will be loaded faster.
 
Responsive images are supported in images on a page and also background images set in the CSS Style Editor. We will use an image on the website created from the Getting Started Tutorial as an example. The same website can also be created from the template "Sample Template".