Currently, I am delving into the world of jQuery, experimenting with various slideshows and attempting to incorporate text and effects.
In my endeavors, I stumbled upon this codepen that served as an excellent template. However, when I tried adding text over the images, it disrupted the fluidity of the slideshow, creating clutter and ultimately breaking the functionality. My goal is to have distinct quotes overlaying each of the three images.
``<div id="slideshow">
<div id="frame">
<img class="slide" src="http://placehold.it/350x150/ffffff/f0265b&text=1">
<img class="slide" src="http://placehold.it/350x150/ffffff/47d1c0&text=2">
<img class="slide" src="http://placehold.it/350x150/ffffff/006400&text=3">
</div>
</div>
If anyone has a solution to this issue, I would greatly appreciate your input!