Beiträge von Ciubas

    Hi guys, how change size of thumbnail and show oryginal ratio not square in JoomPu administrator popup?


    1. css admin.joomgallery (in media folder) and change


    Code
    #jg_bu_minis img{
    height:100px;
    width: 100px;
    }

    and

    Code
    .jg_bu_minis{
    margin:3px auto 0px;
    border:solid 1px black;
    width:100%;
    overflow:hidden;
    }


    2. cant find this solution for that :(