Slideshow

Which is the best plugin to use in adding a slideshow in your website at the home page?

ws3schools has a style sheet for it


<head>
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
</head>
<body>
<div class="w3-content w3-section" style="max-width:600px">
  <img class="mySlides" src="iimg1.jpg" style="width:100%">
  <img class="mySlides" src="img2.jpg" style="width:100%">
  <img class="mySlides" src="img3.jpg" style="width:100%">
  <img class="mySlides" src="img4.png" style="width:100%">
  <img class="mySlides" src="iimg5.png" style="width:100%">
</div>
1 Like

If you are using Wordpress for your website, then Soliloquy plugin is the best for that/slideshow.

6 Likes

I think i will have a look at it
Thanks. Hope it’s not thaat complicated to use
I also hope it can also create a slideshow on the homepage

Remember that Soliloquy is a premium plugin but there is a lite version for it, and you can download it for free.

If you don’t want to use the lite version, then take a look at Meta Slider plugin, its free but it also has a pro version with more features!

Just reply to this topic whenever you’re having a problem.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.