its annoying, when you open filebrowser to upload an image or file, and
the button moves away under your finger/cursor, in case of loading
preview images slower than the form itself.
just change position of button (class="upload") and browser itself
(class="media") disannoys the behaviour.
</div>
</ol>
+ <div class="upload">
+ <button id="upload-{{$type}}" type="button" class="btn btn-primary">{{$upload}}</button>
+ </div>
+
<div class="media">
{{* List of photo albums *}}
</div>
</div>
- <div class="upload">
- <button id="upload-{{$type}}" type="button" class="btn btn-primary">{{$upload}}</button>
- </div>
</div>
{{* This part contains the conent loader icon which is visible when new conent is loaded *}}