• 15-09-2020, 20:44:55
    #1
    Arkadaşlar önceki temamda thumbnail görsellerinin boyutları hep aynı oluyordu otomatik olarak, ama şimdiki tema yüklediğim resmi %100 olarak alıyor ve bu sayfayı kastırıyor.
    Thumbnailin belirli boyutta kalmasını nasıl sağlarım?
  • 15-09-2020, 20:50:08
    #2
    o class'a ait, css ile sabit bir yükseklik ve genişlik tanımlayabilirsin.
    bkz:
    .thumbnail {width:300px; height:300px;}
  • 15-09-2020, 21:11:07
    #3
    tolgaand adlı üyeden alıntı: mesajı görüntüle
    o class'a ait, css ile sabit bir yükseklik ve genişlik tanımlayabilirsin.
    bkz:
    .thumbnail {width:300px; height:300px;}
    Hocam kodu aşağıya bıraktım, buradaki resmin yatay olarak maksimum 820 pixel olmasını nasıl sağlarım yardımcı olma şansın var mı

    #mvp-post-feat-img {
        line-height: 0;
        margin-bottom: 30px;
        text-align: center;
        width: 100%;
        }
    
    #mvp-post-feat-img-wide {
        background: #000;
        margin-bottom: 30px;
        overflow: hidden;
        width: 100%;
        max-height: 720px;
        }
    
    #mvp-post-feat-img-wide #mvp-post-feat-img {
        margin-bottom: 0;
        }
    
    #mvp-post-feat-img-wide #mvp-post-feat-img img {
        opacity: .4;
        width: 100%;
        }
  • 15-09-2020, 21:13:03
    #4
    alicelen adlı üyeden alıntı: mesajı görüntüle
    Hocam kodu aşağıya bıraktım, buradaki resmin yatay olarak maksimum 820 pixel olmasını nasıl sağlarım yardımcı olma şansın var mı

    #mvp-post-feat-img {
        line-height: 0;
        margin-bottom: 30px;
        text-align: center;
        width: 100%;
        }
    
    #mvp-post-feat-img-wide {
        background: #000;
        margin-bottom: 30px;
        overflow: hidden;
        width: 100%;
        max-height: 720px;
        }
    
    #mvp-post-feat-img-wide #mvp-post-feat-img {
        margin-bottom: 0;
        }
    
    #mvp-post-feat-img-wide #mvp-post-feat-img img {
        opacity: .4;
        width: 100%;
        }
    özelden site linkini ve boyutunu değiştirmek istediğiniz alanın ekran görüntüsünü yollayın. ona göre düzenleyip size kodları göndereyim.
  • 15-09-2020, 21:14:53
    #5
    max-width:820px
  • 15-09-2020, 21:15:53
    #6
    Onur89TR adlı üyeden alıntı: mesajı görüntüle
    max-width:820px
    onu denedim hocam olmuyor
  • 15-09-2020, 21:16:52
    #7
    max-width:820px!important
  • 15-09-2020, 21:38:00
    #8
    Onur89TR adlı üyeden alıntı: mesajı görüntüle
    max-width:820px!important
    olmuyor maalesef