Having trouble getting help?
Contact Support
Contact Support
Customize size
15 Dec 20171 minute to read
You can customize the size of the Tile by using data-ej-tileSize attribute. The following built-in tile sizes are supported.
- medium
- small
- large
- wide
The default TileSize value is set to small.
Refer to the following code examples.
<div id="tile"></div>
Add the following code inside the script tag.
$("#tile").ejTile({
tileSize: "medium", imagePosition: "center",
imageUrl: "http://js.syncfusion.com/UG/Web/Content/tile/pictures.png",
text: "Pictures"
});