Suppose you have three columns, left-sidebar, main-content, right-sidebar. when the page is opened on small screen size the left-sidebar will be stacked at the top followed by the main-content and right-sidebar. What if you wanted to get the main-content at…
Category: bootstrap
Responsive Iframe / youtube videos embed with Bootstrap
Hi guys, today we will see how to make iframe videos responsive using bootstrap framework. Since the embed code for a youtube video is a iframe code, this is work for youtube videos too. Have a look at this bootstrap…
How to style Django Forms with Bootstrap
Though we can use third-party packages like Django-Crispy forms to style forms in django with ease but still it’s sometimes required to style django generated forms all by yourself, here we will see how to do that. the form will…
Make all Images responsive with bootstrap automatically!
Hi guys, in this post we will see how to make all images on your website responsive automatically with bootstrap. this will get rid of the problem of the images breaking out of the content area of your website on…