skip to Main Content

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 which 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=="…

VIEW QUESTION

Modal popup content get overflow when added dynamically – Twitter bootstrap

I am appending HTML dynamically on div click. I am getting content properly. but when I append HTML, UI getting mess-up. CodePen: http://codepen.io/anon/pen/QGpRRy Code: <html> <head> <title></title> <link type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.2.0/css/bootstrap.css" rel="stylesheet"></link> <style> #pageTitle { display:none; } </style> </head> <body> <div…

VIEW QUESTION
Back To Top
Search