Hello i have three colums which i want to make users can upload pictures/videos and automaticly to add to one of the colums but i cannot figure out how to do that... here is the HTML code i have
<div class="main">
<div class="row">
<div class="col-md-3">
<div class="panel panel-default">
<div class="panel-body">
Picture/Video
</div>
</div>
</div>
<div class="col-md-3">
<div class="panel panel-default">
<div class="panel-body">
Picture/Video
</div>
</div>
</div>
<div class="col-md-3">
<div class="panel panel-default">
<div class="panel-body">
Picture/Video
</div>
</div>
</div>
</div>
</div>
and also the fourth column to be fixed at the right side