135 width

https://w3id.org/class/redaktor/width

JSON

Inbox

Definition

On a Link, specifies a hint as to the rendering width in device-independent pixels of the linked resource.
see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-width

Scope Note

: Property

Example

Example 138

{
  "@context": "https://www.w3.org/ns/activitystreams",
  "type": "Link",
  "href": "http://example.org/image.png",
  "height": 100,
  "width": 100
}