Created
February 24, 2022 02:08
-
-
Save vanthao03596/54ea3a226f8c4255e971caa7595b514b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="form-group"> | |
<label>Banner lớn:</label> | |
<div class="row"> | |
<div class="col-md-4"> | |
<div class="card"> | |
<div class="card-img-actions m-1"> | |
<img class="card-img img-fluid" src="/global_assets/images/no-image.jpg" alt="" id="preview_banner"> | |
<div class="card-img-actions-overlay card-img"> | |
<a href="/global_assets/images/no-image.jpg" class="btn btn-outline-white border-2 btn-icon rounded-pill" data-popup="lightbox" data-gallery="gallery1"> | |
<i class="icon-plus3"></i> | |
</a> | |
<input value="" name="banner" type="hidden" class="form-control border-right-0" id="banner"> | |
<a href="#" class="btn btn-outline-white border-2 btn-icon rounded-pill ml-2 popup_selector" data-inputid="banner"> | |
<i class="far fa-link"></i> | |
</a> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment