Code Monkey home page Code Monkey logo

Comments (9)

fritz-c avatar fritz-c commented on July 18, 2024 1

@dongapplyboard I'm afraid that's a limitation of the way I've put things together. However, it looks like react-emotion has a function called injectGlobal for inserting styles in times like these, without having to use a separate stylesheet.

from react-image-lightbox.

fritz-c avatar fritz-c commented on July 18, 2024

If you're using bootstrap, it's quite possible that the .close class is getting overwritten. Looking back now, I'm not sure why I used such a generic name for that button. As a rough fix until I remove the deprecated .close in v4.0, you can take the style for the close button and give it !important. Like so (untested):

.ril-close {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zd…UgLTEuMjUsLTEuMjUgNy41LC03LjUgLTcuNSwtNy41IHoiIGZpbGw9IiNGRkYiLz48L3N2Zz4=) no-repeat 50% !important;
}

Please let me know if that does it for you.

from react-image-lightbox.

sandervanhooft avatar sandervanhooft commented on July 18, 2024

Hi @fritz-c, thanks for your response. I was not able to get it to work.

  1. I guess you're right on the collision with Bootstrap.
  2. Is it possible you've pasted a shortened (invalid) url? The browser console / github may clip it (I notice a '...' in the string, doesn't seem base64 to me).

I get this error:

[Error] Failed to load resource: Data URL decoding failed (data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zd…UgLTEuMjUsLTEuMjUgNy41LC03LjUgLTcuNSwtNy41IHoiIGZpbGw9IiNGRkYiLz48L3N2Zz4=)

from react-image-lightbox.

fritz-c avatar fritz-c commented on July 18, 2024

Ah, sorry about that. I copied that data url from the Chrome console. Try this one:

.ril-close {
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIj48cGF0aCBkPSJtIDEsMyAxLjI1LC0xLjI1IDcuNSw3LjUgNy41LC03LjUgMS4yNSwxLjI1IC03LjUsNy41IDcuNSw3LjUgLTEuMjUsMS4yNSAtNy41LC03LjUgLTcuNSw3LjUgLTEuMjUsLTEuMjUgNy41LC03LjUgLTcuNSwtNy41IHoiIGZpbGw9IiNGRkYiLz48L3N2Zz4=') no-repeat center !important;
}

from react-image-lightbox.

sandervanhooft avatar sandervanhooft commented on July 18, 2024

@fritz-c That worked, thanks! :)

from react-image-lightbox.

githubdoramon avatar githubdoramon commented on July 18, 2024

To be properly shown it also needs a float: none !important;

from react-image-lightbox.

dongapplyboard avatar dongapplyboard commented on July 18, 2024

Hey I'm having trouble accessing the .close class. I rather not use stylesheets and have opted to utilize react-emotion. The project doesn't seem to able to able to recognize that I am trying to add a className to the Lightbox component with wrapperClassName as well as className.

from react-image-lightbox.

dongapplyboard avatar dongapplyboard commented on July 18, 2024

@fritz-c Thanks so much. Is there also a way for me to move the close button all the way to the left bar away from the zoom in and zoom out buttons?

from react-image-lightbox.

fritz-c avatar fritz-c commented on July 18, 2024

@dongapplyboard
You might be able to absolutely position it.

from react-image-lightbox.

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.