Guest User

different banner image for desktop & mobile

a guest
May 23rd, 2023
38,423
0
Never
3
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.39 KB | None | 0 0
  1. .banner__media:first-child {
  2.     width: 100%;
  3. }
  4. .banner__media+.banner__media {
  5.     display: none;
  6. }
  7. @media screen and (max-width: 749px) {
  8.     .banner__media:first-child {
  9.         display: none;
  10.     }
  11.     .banner__media+.banner__media {
  12.         width: 100%;
  13.         display: block !important;
  14.     }
  15. }
  16. @media screen and (max-width: 749px) {
  17.     .banner__content::before{
  18.         padding-bottom: 150% !important;
  19.     }
  20. }
Advertisement
Comments
  • nareshcvc
    1 year
    # text 0.15 KB | 0 0
    1. Dear Brother,
    2. This code works fine, Thanks. But the Desktop image quality is low compared to before this code was added. Could you please help me out
    • mazenjaja
      1 year
      # text 0.04 KB | 0 0
      1. Hello brother did you find a solution?
      2.  
      • monthegreat
        1 year
        # text 0.21 KB | 0 0
        1. Solutions -
        2. https://community.shopify.com/c/shopify-design/separate-banner-image-blurry-dawn-theme/m-p/2280596#M602758
        3.  
        4. https://community.shopify.com/c/shopify-design/dawn-theme-blur-image-banner/m-p/2363101#M623227
Add Comment
Please, Sign In to add comment