You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<script>
PhotoTiles.initialize({// optional; true launches demo. demoMode: false,// element used to generate the photo layout. container: ".photo-tiles-container",// true = start animation on load.shouldPlay: true,// how long before images shift.transition: 2000,// list of img urls to use in the photo tiles container.photoList=["assets/images/demo/demo-image-1.jpeg","assets/images/demo/demo-image-2.jpeg"...]});
</script>