露米諾斯 Lumynous
露米諾斯 Lumynous
KPCKevin Powell - Community
Created by 露米諾斯 Lumynous on 9/14/2024 in #front-end
Prevent image from resizing while transitioning
oh I solved it by adding
img {
max-width: calc(100vw / var(--image-count));
overflow: hidden;
}
img {
max-width: calc(100vw / var(--image-count));
overflow: hidden;
}
4 replies
KPCKevin Powell - Community
Created by 露米諾斯 Lumynous on 9/14/2024 in #front-end
Prevent image from resizing while transitioning
4 replies