This repository was archived by the owner on Nov 19, 2024. It is now read-only.
-
Couldn't load subscription status.
- Fork 1.7k
magento/devdocs#: added magnifier widget file location #8708
Merged
dobooth
merged 4 commits into
magento:small-changes
from
volodymyrDashuk:src-magnifier-widget
Feb 22, 2021
Merged
magento/devdocs#: added magnifier widget file location #8708
dobooth
merged 4 commits into
magento:small-changes
from
volodymyrDashuk:src-magnifier-widget
Feb 22, 2021
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BarnyShergold
suggested changes
Feb 19, 2021
| Magnifier is a [widget](https://glossary.magento.com/widget) that allows displaying images in 100% scaled size in a separate dedicated layer. | ||
| In Magento it is used by the [gallery]({{ page.baseurl }}/javascript-dev-guide/widgets/widget_gallery.html) widget for zooming the product images on product pages. It must be enabled in your local theme `view.xml` configuration file. | ||
|
|
||
| The Magnifier widget source is located in [lib/web/magnifier/magnify.js]. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not defined as a link so needs different formatting.
Suggested change
| The Magnifier widget source is located in [lib/web/magnifier/magnify.js]. | |
| The Magnifier widget source is located in `lib/web/magnifier/magnify.js`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @BarnyShergold
Your suggestion have been implemented!
Could you please verify this PR?
Thank you!
dobooth
approved these changes
Feb 22, 2021
|
Hi @volodymyrDashuk, thank you for your contribution! |
Merged
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Editorial
Typo and grammar fixes or minor rewrites to correct inaccuracies
Partner: Atwix
partners-contribution
PR created by Magento partner
Progress: done
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Purpose of this pull request
This pull request (PR) adds magnifier widget file location to the existing documentation.
Affected DevDocs pages