No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Good lightbox solution?

    Help
    4
    5
    900
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      michaelmolino last edited by

      I really like q-img with it’s loading effects and error handling, but I’m having a hard time getting a lightbox to work. I was trying to use v-img but it doesn’t work. I think the issue is q-img renders as a div with a background image and not an actual img. Anyone have a good option?

      1 Reply Last reply Reply Quote 0
      • PeterQF
        PeterQF last edited by PeterQF

        I also need a page with viewable images and caption text and then be able to klick on them en enlarge with caption. Any idea

        dobbel 1 Reply Last reply Reply Quote 0
        • dobbel
          dobbel @PeterQF last edited by dobbel

          @PeterQF @michaelmolino

          https://onycat.com/vue-easy-lightbox/

          https://github.com/DCzajkowski/vue-pure-lightbox#readme

          https://vue-cool-lightbox.lucaspulliese.com/

          https://os.karamoff.dev/vue-tinybox/

          https://github.com/banthagroup/fslightbox-vue

          https://github.com/pexea12/vue-image-lightbox

          1 Reply Last reply Reply Quote 1
          • PeterQF
            PeterQF last edited by

            @dobbel, thank you.

            1 Reply Last reply Reply Quote 0
            • beets
              beets last edited by

              As a sidenote, you can make QImg use an actual image with the native-context-menu prop:

              <q-img
                        src="https://cdn.quasar.dev/img/parallax2.jpg"
                        style="width: 100%"
                        native-context-menu
                      >
              
              1 Reply Last reply Reply Quote 0
              • First post
                Last post