# SetProperties Method

This section shows you how to change Properties after initializing Storyly Web SDK.

Before you begin

You need to have the working Storyly integration as described in Initial Web SDK Setup.

In order to change the Properties, use the following method;

storylyWeb.setProperties({
  storyGroupAlign: "left",
  storyGroupSize: "90x90",
});