quasarframework / app-extension-qzoom

Zoom any content (image, video, text, components, ...)

Home Page:https://quasarframework.github.io/app-extension-qzoom/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

image never show

diadal opened this issue · comments

image dont show up after q-zoom added

  <q-card-section class="col-5 flex flex-center">
          <q-zoom
        background-color="blue-grey-1"
      >
          <q-img
            class="rounded-borders"
            src="https://cdn.quasar.dev/img/parallax2.jpg"
          />
        </q-zoom>
        </q-card-section>
      </q-card-section>