JSFiddle - React, Tailwind, and code Playground

by nickadeemus2002

HTML

<script src="http://masonry.desandro.com/jquery.masonry.min.js"></script>
<div class="imagecontainer"></div>

CSS

.imagecontainer img{
    margin:5px;
    float:left;
    border:2px solid #ff0000;
    background:#cccccc;
}

JavaScript

$(document).ready(function(){

                autoclose : function(){
                $.fallr('show', {
                    buttons     : {},
                    content     : '<p>This is a video</p><iframe width="560" height="315" src="http://www.mywebsite.com/todayinhistory.html" frameborder="0" allowfullscreen></iframe>',
                     width       : 560 + 100, 
                    autoclose   : 5000,
                    icon        : 'clock'
                });
            },

        }; 'appended', elements );

});