Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When scale up it's showing a little right glitch when click on next #1347

Open
2 tasks done
BijayanandaMohanta opened this issue Dec 30, 2024 · 0 comments
Open
2 tasks done
Labels
bug Something isn't working

Comments

@BijayanandaMohanta
Copy link

Checks

Version

v4

Description

image

When using the structure as below it is showing a small right side wrong calculation of transformation how to fix it ?

    query("SELECT * FROM gallery"); while ($res = $stmt->fetch(PDO::FETCH_OBJ)): ?>
<style> .splide__slide { opacity: 0.7; padding-block: 2rem; } .splide__slide.is-active { scale: 1.1; opacity:1; z-index: 1; transition: all 0.3s ease; padding-block: 2rem; } </style>

Reproduction Link

https://wedmedia.co.in/index

Steps to Reproduce

  1. Just need to use scale css on the centered element

Expected Behaviour

When clicking on left nav it is able to calculate the transform x perfectly but when clicking on right nav it is unable to calculate due to the scale property.

@BijayanandaMohanta BijayanandaMohanta added the bug Something isn't working label Dec 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant