added another image to slider

This commit was merged in pull request #80.
This commit is contained in:
victorAnumudu
2024-05-16 16:18:25 +01:00
parent bf599d98e9
commit 9c82def2c2
5 changed files with 5 additions and 10 deletions
@@ -50,7 +50,6 @@ function CustomSlider({ images, speed, indicatorColor, indicatorClass }) {
}`,
opacity: `${sliderCount == index ? "1" : "0"}`,
}}
// style={{minWidth:'100%', height:'auto', position:'relative', transition:'.9s', right:`${sliderCount*100}%`, opacity:`${sliderCount == index ? '1':'0'}`}}
/>
))}
</div>