Hello everyone,
I have a question, I basically have an image slider which works as follow
Everything inside the div will be slided.
What i basically want to achieve now is, I want to be able to edit the image inside the div in the cms. It has to be the image im using now.
I would appreciate if someone could help.
Thanks in advance,
Kevin
I have a question, I basically have an image slider which works as follow
- Code: Select all
<div class="slider" style="image-size:cover;">
<div>
<img src="img/1.jpg" alt="">
</div>
Everything inside the div will be slided.
What i basically want to achieve now is, I want to be able to edit the image inside the div in the cms. It has to be the image im using now.
I would appreciate if someone could help.
Thanks in advance,
Kevin