No Description Available
1
Slick marquee slider - manage HTML marquee with slick javascript library.
onex
This is a multiple-input fields generator that can generate or add or create multiple input fields dynamically at a time.
Tesseract js demo scan text over the image by just doing small amounts of code.
Cropperjs is a feature-rich pure javascript library for cropping image. using this you can able to able to provide image cropping to the client-side.
$(document).ready(function(){ $('#play').click(function(){ $('#myModal').modal('show'); var a = '<video id="video" width="100%" height="100%" controls=""></video>'; $('.modal-body').html(a); var b = '<source src="https://ak1.picdn.net/shutterstock/videos/1008998081/preview/stock-footage-the-concept-of-digitalization-of-information-flow-moving-through-the-high-tech-modern-electronics.webm" type="video/mp4">'; $('#video').append(b); video.play(); }); });
<section class="vid cbiz-bg"> <div class="container"> <div class="row"> <div class="col-sm-8 col-xs-12 col-sm-offset-2 col-xs-offset-0"> <div class="section-heading"> <div class="video-content"> <div class="sonar-wrapper"> <div id="play" class="sonar-emitter"> <i class="fa fa-play playbtn"></i> <div class="sonar-wave"> </div> </div> </div> <h4>Watch The Video</h4> <p>Punjabi Dhol Service has a wide range of products and services to cater to the varied requirements of their customers.</p> </div> </div> <!-- /.section-heading --> </div> <!-- /.col- --> </div> <!-- /.row --> </div> <!-- /.container --> </section> <!-- Modal --> <div class="modal fade" id="myModal" role="dialog"> <div class="modal-dialog"> <!-- Modal content--> <div class="modal-content"> <div class="modal-body"> </div> </div> </div> </div>