Skip to content

Commit a8dd58b

Browse files
dijskevhenderKevin Henderson
authored
Support magnify beside feature (#118)
* Support magnify beside feature * Always use block * Bump version Co-authored-by: kevhender <[email protected]> Co-authored-by: Kevin Henderson <[email protected]>
1 parent 5cfc238 commit a8dd58b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-storefront",
3-
"version": "8.12.1",
3+
"version": "8.12.2",
44
"description": "Build and deploy e-commerce progressive web apps (PWAs) in record time.",
55
"module": "./index.js",
66
"license": "Apache-2.0",

src/carousel/Media.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ function Media({
3838
const appliedMagnifyProps = { ...(magnifyProps || {}) }
3939
appliedMagnifyProps.style = {
4040
...((magnifyProps && magnifyProps.style) || {}),
41-
display: 'flex',
41+
display: 'block',
4242
objectFit: 'contain',
4343
}
4444
appliedMagnifyProps.imageStyle = {

0 commit comments

Comments
 (0)