You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: guides/v2.2/frontend-dev-guide/themes/theme-images.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ The conventional location of `view.xml` for a theme is:
20
20
<theme_dir>/etc/view.xml
21
21
```
22
22
23
-
For example, here is the `view.xml` of the Magento Blank theme: [`app/design/frontend/Magento/blank/etc/view.xml`]({{ site.mage2bloburl }}{{ page.guide_version }}/app/design/frontend/Magento/blank/etc/view.xml).
23
+
For example, here is the `view.xml` of the Magento Blank theme: [`app/design/frontend/Magento/blank/etc/view.xml`]({{ site.mage2bloburl }}/{{ page.guide_version }}/app/design/frontend/Magento/blank/etc/view.xml).
24
24
25
25
In `view.xml`, image properties are configured in the scope of `<images module="Magento_Catalog">` element:
0 commit comments