| Name | Type | Description |
|---|---|---|
| base64image | Plugin | This Smarty plugin encodes an image to base64 format. For CMS Made Simple 2.x. It can help you to make the site page faster and pass the PageSpeed Insights test. HTML: CSS: background: url([[base64image src="uploads/simplex/images/palm-circle.png"]]) no-repeat; |