Browse
For agents
About
WooCommerce
/
11.1.0
WooCommerce
v11.1.0
Switch version
11.1.0
11.1.0-rc.2
11.1.0-rc.1
11.1.0-beta.2
11.1.0-beta.1
11.0.1
11.0.0
11.0.0-rc.3
11.0.0-rc.2
11.0.0-rc.1
11.0.0-beta.2
11.0.0-beta.1
10.9.4
10.9.3
10.9.2
10.9.1
10.9.0
10.9.0-rc.1
10.9.0-beta.2
10.9.0-beta.1
10.8.1
10.8.0
10.8.0-rc.1
10.8.0-beta.2
10.8.0-beta.1
All 648 releases
Overview
Code
woocommerce
/
assets
/
client
/
blocks
/
product-image-gallery.css
product-image-gallery.css
2 lines
470 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
@
keyframes
wc-skeleton-shimmer
{
to
{
transform
:
translateX
(
100
%
)
}
}
.
woocommerce
.
wp-block-woocommerce-product-image-gallery
{
clear
:
both
;
max-width
:
512
px
;
position
:
relative
}
.
woocommerce
.
wp-block-woocommerce-product-image-gallery
span
.
onsale
{
left
:
-1
rem
;
right
:
unset
;
z-index
:
1
}
.
woocommerce
.
wp-block-woocommerce-product-image-gallery
:
after
{
clear
:
both
;
content
:
"
"
;
display
:
table
}
.
woocommerce
.
wp-block-woocommerce-product-image-gallery
.
woocommerce-product-gallery
.
images
{
width
:
100
%
}
2