Сообщение от spinastr
|
как сделать вот такую ровную плитку?
|
Сообщение от spinastr
|
сюда он не влез
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>EmbedVkGallery</title>
<style>
body {
background-color: #222;
color: #a8a8a8;
word-wrap: break-word;
}
.code {
margin: 10px;
color: #ddd;
}
#vk-album{
width: 330px;
}
</style>
<link rel="stylesheet" href="https://cdn.rawgit.com/bahek2462774/jquery.EmbedVkGallery/master/slimbox/slimbox2.css">
</head>
<body>
<div id="vk-album" class="widget-content"></div>
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script src="https://cdn.rawgit.com/bahek2462774/jquery.EmbedVkGallery/master/js/jquery.slimbox2.js"></script>
<script src="https://cdn.rawgit.com/bahek2462774/jquery.EmbedVkGallery/master/js/jquery.embedvkgallery.js"></script>
<script>
(function($) {
$(function() {
$('#vk-album').EmbedVkGallery({link: 'https://vk.com/album-106697492_249810926', limit : 9});
});
})(jQuery);
</script>
</body>
</html>