Skip to content

Commit 235a338

Browse files
committed
mirror left and right jacket frames for correct facing direction
1 parent df3a213 commit 235a338

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

website1/style.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,15 @@ body {
273273
opacity: 1;
274274
}
275275

276+
/* mirror the left and right side images so facing direction looks correct */
277+
#frame1 {
278+
transform: scaleX(-1);
279+
}
280+
281+
#frame3 {
282+
transform: scaleX(-1);
283+
}
284+
276285
/* controls row below the viewer */
277286
.viewer-controls {
278287
display: flex;

0 commit comments

Comments
 (0)