Fix product page image bugs
image bugs on product pages fixed so on hover image only changes opacity and not disappears, images are given max width property to prevent overstepping boundaries
image bugs on product pages fixed so on hover image only changes opacity and not disappears, images are given max width property to prevent overstepping boundaries
Step 1. Fetch and check out the branch for this merge request
git fetch origin git checkout -b fix-product-page-image-bugs origin/fix-product-page-image-bugs
Step 2. Review the changes locally
Step 3. Merge the branch and fix any conflicts that come up
git fetch origin git checkout origin/Dev git merge --no-ff fix-product-page-image-bugs
Step 4. Push the result of the merge to GitLab
git push origin Dev
Note that pushing to GitLab requires write access to this repository.
Tip: You can also checkout merge requests locally by following these guidelines.
This will create a new commit in order to revert the existing changes.