This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 219
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement
Fixed image
and Repeated image
media controls for the `…
…Featured Product` (#6344) * Add `Fixed` and `Repeated` background controls to `Featured Product` * Add `Repeated background` feature when the toggle is activated * Extract `get_image_url` function * Add the styles for rendering the repeated image on the frontend * Add `hasParallax` and `isRepeated` to the `block.json` file * Adjust styles * Remove unused function, improve phpdoc * Use alt and product name Fix error rebasing master * Hide alt if isRepeat is true When isRepeated is true, the image is a background so it does not make sense to have an alt attribute. * Add `Fixed image` behaviour * Remove unnecessary single quotes * Remove duplicated const due to rebasing * Fix focal point getting lost after enabling Fixed bg * Fix duotone for fixed and repeated images * Fix duotone for fixed and repeated images on the front end * Don't allow alt if the image is a bg not an img element
- Loading branch information
Showing
8 changed files
with
307 additions
and
102 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.