Skip to content

Commit 9dc3f37

Browse files
committed
MC-3805: Write dev docs for responsive mobile images
- Update dev docs to correct max width size
1 parent f3ce890 commit 9dc3f37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/PageBuilder/docs/custom-themes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ This topic describes Page Builder specifics for usage with custom themes.
6666
## Responsive Mobile Images
6767
Within Page Builder we have dynamic style generation for our mobile background images for containers. This functionality requires the mobile breakpoint to be specified, if different from the modules configuration, within your theme.
6868

69-
The module provides this configuration default within `Magento_PageBuilder/etc/view.xml`. We use the industry standard maximum width of 767px for the mobile image breakpoint.
69+
The module provides this configuration default within `Magento_PageBuilder/etc/view.xml`. We use the industry standard maximum width of 768px for the mobile image breakpoint.
7070
```xml
7171
<vars module="Magento_PageBuilder">
7272
<var name="breakpoints">
73-
<var name="mobile">767px</var>
73+
<var name="mobile">768px</var>
7474
</var>
7575
</vars>
7676
```

0 commit comments

Comments
 (0)