Drag and save image like facebook cover

How to add a cover image like facebook or adjust the position of image?

In this tutorial, I am explaining how to add a cover image to a web page like on facebook. Here I am using Laravel framework to create a page where I can upload and adjust the image position like the Facebook cover image. DEMO HTML CSS Jquery PHP HTML Create a div with id=”bgimage”. Inside Read more about How to add a cover image like facebook or adjust the position of image?[…]

scoopism-navbar

how to set bootstrap navbar class active

We all need to give class=”active” in bootstrap navbar for the active menu.The below code will show you to add class active automatically by checking the URL. For a simple php site Here I’m creating a nav.php file to save the menu code and I will include ( @include() ) this file in all other Read more about how to set bootstrap navbar class active[…]