vendredi 25 novembre 2016

how to add image to Twitter Bootstrap with Laravel 5.2

I am using twitter bootstrap template in My laravel app. I need add image witch include in My imgs folder in public folder home.jpg. how can I add this image to following bootstrap scripts.

<div class="item active">
          <img class="first-slide" src="data:image/gif;base64,R0lGODlhAQABAIAAAHd3dwAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==" alt="First slide">
          <div class="container">
            <div class="carousel-caption">
              <h1>Example headline.</h1>
              <p>Note: If you're viewing this page via a <code>file://</code> URL, the "next" and "previous" Glyphicon buttons on the left and right might not load/display properly due to web browser security rules.</p>
              <p><a class="btn btn-lg btn-primary" href="#" role="button">Sign up today</a></p>
            </div>
          </div>
        </div> 



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire