Jump to content
View in the app

A better way to browse. Learn more.

IPBMafia.ru - поддержка Invision Community, релизы, темы, плагины и приложения

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Как увеличить аватар пользователя в IPS4?

Featured Replies

Posted

Как увеличить аватар пользователя в IPS4? 

Сейчас установлен круглый аватарчик...но стоит задача немного этот кружок с фейсом увеличить. 

Кто соображает как это сделать или изменить стандартный размер кружка? 

Спасибо всем кто откликнется!

2 часа назад, sergey81 сказал:

Как увеличить аватар пользователя в IPS4? 

Сейчас установлен круглый аватарчик...но стоит задача немного этот кружок с фейсом увеличить. 

Кто соображает как это сделать или изменить стандартный размер кружка? 

Спасибо всем кто откликнется!

Бывают настройки в стиле

Или через css

.ipsUserPhoto_large img, img.ipsUserPhoto_large, .ipsUserPhoto_large:after {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

Где 100px меняй на свои значения

  • Author
3 минуты назад, wasder12 сказал:

Бывают настройки в стиле

Или через css


.ipsUserPhoto_large img, img.ipsUserPhoto_large, .ipsUserPhoto_large:after {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

Где 100px меняй на свои значения

да! отлично. но к сожалению это в css меняет размер именно аватарок в разделе тем или сообщений форума. А вот на главной странице ... они как были мелкие так и остаются.

Вопрос открыт...

  • Author

все господа... вот ответ:

 

в файле misc.css находим раздел...

 

}

    .ipsUserPhoto_tinier img, img.ipsUserPhoto_tinier, .ipsUserPhoto_tinier:after {
        width: 44px;
        height: 44px;
        {{if theme.rounded_photos}}
            border-radius: 12px;
        {{endif}}
    }

    .ipsUserPhoto_tiny img, img.ipsUserPhoto_tiny, .ipsUserPhoto_tiny:after {
        width: 54px;
        height: 54px;
        {{if theme.rounded_photos}}
            border-radius: 17px;
        {{endif}}
    }

    .ipsUserPhoto_mini img, img.ipsUserPhoto_mini, .ipsUserPhoto_mini:after {
        width: 64px;
        height: 64px;
        {{if theme.rounded_photos}}
            border-radius: 22px;
        {{endif}}
    }

    .ipsUserPhoto_small img, img.ipsUserPhoto_small, .ipsUserPhoto_small:after {
        width: 74px;
        height: 74px;
        {{if theme.rounded_photos}}
            border-radius: 27px;
        {{endif}}
    }

    .ipsUserPhoto_medium img, img.ipsUserPhoto_medium, .ipsUserPhoto_medium:after {
        width: 95px;
        height: 95px;
        {{if theme.rounded_photos}}
            border-radius: 38px;
        {{endif}}
    }

    .ipsUserPhoto_large img, img.ipsUserPhoto_large, .ipsUserPhoto_large:after {
        width: 110px;
        height: 110px;
        {{if theme.rounded_photos}}
            border-radius: 45px;
        {{endif}}
    }
    
    .ipsUserPhoto_xlarge img, img.ipsUserPhoto_xlarge, .ipsUserPhoto_xlarge:after {
        width: 120px;
        height: 120px;
        {{if theme.rounded_photos}}
            border-radius: 60px;
        {{endif}}
    }
 

и каждый блок отвечает за размер круглых аватарок в разных местах форума. 

Спасибо за помощь!

6 минут назад, sergey81 сказал:

да! отлично. но к сожалению это в css меняет размер именно аватарок в разделе тем или сообщений форума. А вот на главной странице ... они как были мелкие так и остаются.

Вопрос открыт...

ipsUserPhoto_tiny img, img.ipsUserPhoto_tiny, .ipsUserPhoto_tiny:after {
  1. width: 34px;
  2. height: 34px;
}
1 минуту назад, sergey81 сказал:
Спойлер

 

все господа... вот ответ:

 

в файле misc.css находим раздел...

 

}

    .ipsUserPhoto_tinier img, img.ipsUserPhoto_tinier, .ipsUserPhoto_tinier:after {
        width: 44px;
        height: 44px;
        {{if theme.rounded_photos}}
            border-radius: 12px;
        {{endif}}
    }

    .ipsUserPhoto_tiny img, img.ipsUserPhoto_tiny, .ipsUserPhoto_tiny:after {
        width: 54px;
        height: 54px;
        {{if theme.rounded_photos}}
            border-radius: 17px;
        {{endif}}
    }

    .ipsUserPhoto_mini img, img.ipsUserPhoto_mini, .ipsUserPhoto_mini:after {
        width: 64px;
        height: 64px;
        {{if theme.rounded_photos}}
            border-radius: 22px;
        {{endif}}
    }

    .ipsUserPhoto_small img, img.ipsUserPhoto_small, .ipsUserPhoto_small:after {
        width: 74px;
        height: 74px;
        {{if theme.rounded_photos}}
            border-radius: 27px;
        {{endif}}
    }

    .ipsUserPhoto_medium img, img.ipsUserPhoto_medium, .ipsUserPhoto_medium:after {
        width: 95px;
        height: 95px;
        {{if theme.rounded_photos}}
            border-radius: 38px;
        {{endif}}
    }

    .ipsUserPhoto_large img, img.ipsUserPhoto_large, .ipsUserPhoto_large:after {
        width: 110px;
        height: 110px;
        {{if theme.rounded_photos}}
            border-radius: 45px;
        {{endif}}
    }
    
    .ipsUserPhoto_xlarge img, img.ipsUserPhoto_xlarge, .ipsUserPhoto_xlarge:after {
        width: 120px;
        height: 120px;
        {{if theme.rounded_photos}}
            border-radius: 60px;
        {{endif}}
    }
 

и каждый блок отвечает за размер круглых аватарок в разных местах форума. 

Спасибо за помощь!

 

 

Ты лишь усложнил себе задачу ;)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.