• 16-03-2021, 17:31:07
    #1
    Merhaba,
    https://prnt.sc/10nb0hf
    İnternet sitesinin girişinde yer alan resim, farklı tarayıcı, ekran ve mobil cihazda ufak gözüküyor. Biz tüm cihazlarda full ekran gözüksün istiyoruz. Bunu nasıl yapabiliriz ? Yardımcı olursanız sevinirim.
  • 16-03-2021, 17:37:43
    #2
    background: url(resimismi.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  • 16-03-2021, 17:38:02
    #3
    resim ise;
    width:100%;
    height:100vh;
    object-fit:cover

    arkaplan ise
    width:100%;
    height:100vh;
    background-repeat:no-repeat;;
    background-size:cover
  • 17-03-2021, 11:51:09
    #4
    teşekkürler yardımlarınız için düzenlemeyi yaptım