The Home page hero section lets you display either a background image, slider, or video background
Navigate to Plugins -> Listimia options -> Home page
Image:
- Select Homepage hero type = "Image" from the dropdown menu
- Add your image name to background image area, example:
Make sure your image is placed in files/listimia/uploads .
Video:
To use a video background in the home page
- Select Homepage hero type = "Video" from the dropdown menu
- Upload video to your server
- Add your video sources into background video code area, example:
<source src="Link_To_Your_Video.mp4" type="video/mp4">
<source src="Link_To_Your_Video.webm" type="video/webm">
Slider:
- Select Homepage hero type = "Slider" from the dropdown menu
And place images you want to see in the slider inside files/listimia/slider (Recommended dimensions: 1700x500 px).
That's it