Border Radius Fix #395
Replies: 5 comments 13 replies
-
@lucasartsfr Can you 🙏 provide a simple example of this for me to play with so I can better understand? |
Beta Was this translation helpful? Give feedback.
-
Hum.. nothing in my mind. I think we need to test to figure out what could
be affected by the scale effect
Le jeu. 27 avr. 2023 à 03:55, Robert Pearce ***@***.***> a
écrit :
… Are there things similar to border-radius that you can think of that
someone might also want to be copied to the zoom image and scaled?
—
Reply to this email directly, view it on GitHub
<#395 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGMTZG5HFF76NJYKJ7ARRSDXDHG2FANCNFSM6AAAAAAUE67HYY>
.
You are receiving this because you were mentioned.Message ID:
<rpearce/react-medium-image-zoom/repo-discussions/395/comments/5737626@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
Hey Robert !
I'll Check that asap, I don't have many time for the moment, I am sorry,
Le ven. 28 avr. 2023 à 05:02, Robert Pearce ***@***.***> a
écrit :
… @lucasartsfr <https://github.com/lucasartsfr> can you try
***@***.***? Here is the draft pull request for
it: #417 <#417>
—
Reply to this email directly, view it on GitHub
<#395 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGMTZG2NDK3PSHHABVKU553XDMXMTANCNFSM6AAAAAAUE67HYY>
.
You are receiving this because you were mentioned.Message ID:
<rpearce/react-medium-image-zoom/repo-discussions/395/comments/5749567@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
Given there's been no movement from the requester for some time, and I'm not 100% on the feature, I closed the issue for now (#405). |
Beta Was this translation helpful? Give feedback.
-
Hi ! I am sorry, I really don't have time for this at the moment ! Thank
you,
Le dim. 12 nov. 2023 à 15:31, Robert Pearce ***@***.***> a
écrit :
… Given there's been no movement from the requester for some time, and I'm
not 100% on the feature, I closed the issue for now (#405
<#405>).
—
Reply to this email directly, view it on GitHub
<#395 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGMTZG7SCG3A45K7USLKSZTYEDMUZAVCNFSM6AAAAAAUE67HY2VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TKNBWGI2DO>
.
You are receiving this because you were mentioned.Message ID:
<rpearce/react-medium-image-zoom/repo-discussions/395/comments/7546247@
github.com>
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
data-rmiz-modal-content has an
<img>
with CSS transform property (example:transform: translate(0px, 0px) scale(0.374583);
)When applying the same border-radius of the original image to the image that will be zoomed, the result is not good. Indeed, given that the transform Scale is not at 1, the radius is not good, and there is a transition that is not smooth. It would be necessary to divide the border-radius value by the scale value of the image to have the same render and a smooth transition.
Have you ever had this problem and/or a solution to solve it?
Thansk Again for this amazing module !
Beta Was this translation helpful? Give feedback.
All reactions