widget width

This commit is contained in:
Zira 2019-11-18 22:31:26 +05:00
parent 6848221926
commit dcf34e1f26
1 changed files with 1 additions and 1 deletions

View File

@ -3,5 +3,5 @@ window.onload = function() {
VK.Widgets.Comments("vk_comments", {limit: 10, attach: "graffiti,photo"});
VK.Widgets.Like("vk_like", {type: "button"});
VK.Widgets.CommunityMessages("vk_community_messages", 188925450, {disableExpandChatSound: "1",tooltipButtonText: "Есть вопрос?"});
VK.Widgets.Group("vk_groups", {mode: 1}, 188925450);
VK.Widgets.Group("vk_groups", {mode: 1, width: "auto"}, 188925450);
}