Git Product home page Git Product logo

Comments (6)

luqven avatar luqven commented on July 29, 2024

Hey @RedPlugDesign 👋🏼

Thanks for opening this issue! While I can't give you a time estimate, we'll look into this and get back to you.

In the meantime, any additional context about how the example "Default (LTR)" you provided differs from the "RTL" would be useful; IE are there any significant CSS/JS changes other than float: left vs float: right between the two implementations?

from drift.

RedPlugDesign avatar RedPlugDesign commented on July 29, 2024

Mainly just the floats, padding and text alignment. Aside from the column container, nothing specifically applied to the images or zoom container

from drift.

luqven avatar luqven commented on July 29, 2024

Hey @RedPlugDesign,

I wanted to let you know that we had a chance to discuss this as a team and determined that we don't currently have the bandwidth to tackle RTL support right now. I'll leave this ticket open and we'll come back to it when we've had a chance to clear our backlog.

In the meantime, if anyone else would like to see support for this feature comment or react to this post. This will help us prioritize this task moving forward.

from drift.

RedPlugDesign avatar RedPlugDesign commented on July 29, 2024

Disappointing, but understandable.

from drift.

Fisujon avatar Fisujon commented on July 29, 2024

@RedPlugDesign,

To enable RTL support for external zoom, simply include the following code.

/rtl:ignore/
.rtl {
.drift-zoom-pane {
img {
left: 0;
}
}
}

from drift.

RedPlugDesign avatar RedPlugDesign commented on July 29, 2024

Thanks for the follow-up, but this is not working for me. I am using the trl class in <body>, but this had no affect. Oddly enough, I cannot apply any styles to that image. Example, I tried to change the opacity for something obvious and it had to affect. I am using 1.4.1, but added the latest and tested with no affect.

I also tried this on the Demo CodePen with no results.

Is there a way to force the drift-zoom-pane div to always be present in order to troubleshoot this easier?

from drift.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.