Swap banner image via Central

Asked

Viewed 43 times

0

Hello, I created a simple HTML page, with a banner, I would like to know how to create an administration area to change the image of this banner.

Banner code:

<div class="slider-style-1">
    <div class="item">
        <div class="overflow-img-banner">
            <img src="assets/img/banner.jpg" class="c-img-banner">
        </div>
    </div>
</div>
  • I think this may help: https://gist.github.com/no1k/84925755. Then you should save the path to the new image somewhere, file

  • Thanks friend!!!!

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.