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

    About the Thumbnail of QCarousel

    Help
    2
    3
    245
    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.
    • Seul
      Seul last edited by

      When loading an image from the server, the thumbnail is not visible if the image name contains parentheses.

          <q-carousel
              swipeable
              animated
              v-model="slide2"
              thumbnails
              infinite
              class="mainimg"
            >
      
        <!--
        <q-carousel-slide :name="1" img-src="https://cdn.quasar.dev/img/mountains.jpg" />
        <q-carousel-slide :name="2" img-src="https://cdn.quasar.dev/img/parallax1.jpg" />
        <q-carousel-slide :name="3" img-src="https://cdn.quasar.dev/img/parallax2.jpg" />
        <q-carousel-slide :name="4" img-src="https://cdn.quasar.dev/img/quasar.jpg" />-->
      
            <q-carousel-slide
            v-for="dronImgs in dronImg"
            :key = "dronImgs.isn"
            :name="dronImgs.isn"
            :img-src="dronImgs.view_fname"
            class="subimgs border-#e5e5e5"/>
      
            </q-carousel>
      

      11.png
      Images without parentheses work correctly.

      2222.png
      In the opposite case

      When using QCarousel, should I load an image without parentheses in its name?

      1 Reply Last reply Reply Quote 0
      • s.molinari
        s.molinari last edited by

        I’d say in general, you should avoid using parenthesis in files names.

        Scott

        Seul 1 Reply Last reply Reply Quote 0
        • Seul
          Seul @s.molinari last edited by

          @s-molinari Okay. I will change the image storage method šŸ™‚

          1 Reply Last reply Reply Quote 0
          • First post
            Last post