Navigation

    Quasar Framework

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. Erick Amarante
    E
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 1
    • Best 0
    • Groups 0

    Erick Amarante

    @Erick Amarante

    0
    Reputation
    1
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Erick Amarante Follow

    Latest posts made by Erick Amarante

    • Is possible img inside parallax be responsive?

      Hello.
      Is possible img inside parallax be responsive?

      This is my code snippet:

       <q-parallax :height="600">
                 <img slot="media" src="../assets/parallax_badge.png"  
                      srcset="../assets/parallax_badge_w_200.png 200w,               
                      ../assets/parallax_badge_w_600.png 600w,
                      ../assets/parallax_badge_w_1000.png 1000w,
                      ../assets/parallax_badge_w_1250.png 1250w"
                      sizes="(max-width: 200px) 200w,
                    (min-width: 400px) and (max-width: 800px) 800w,
                    (min-width: 800px) and (max-width: 1200px) 1250w,
                    (min-width: 1200px) 1600w" > 
      </q-parallax>
      

      Tks.

      posted in Framework
      E
      Erick Amarante