Home Forums Arnold WordPress Theme Slider featured image: size and focal point

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #14435
    john
    Participant
    Purchased
    Expired

    Hi team!

    What is the optimal size (width x height) for a slider image (Slider 1)?

    And is there a way that the left or right (as opposed to center) of the image stays in view when the slider is viewed on a mobile (or tablet), portrait orientation?

    Please advise on any code required to achieve this.

    Thanks in adv!

    #14436
    SeaTheme
    Keymaster
    Purchased
    Expired

    Hi,

    The suggestion size is 2080 * 1170.

    Please try to paste the custom css code to “Appearance > Customize : Additional CSS”:

    @media (max-width: 768px) and (orientation: portrait) {
    .bm-tab-slider-img-item.ux-background-img {
    background-size: contain;}
    }

    Regards!

    #14442
    john
    Participant
    Purchased
    Expired

    Is there a way to make left, right or center of picture be in view on mobile/smaller devices – **for each specific image**?

    For example, I have two slider images where the subject is in the centre, one where the subject is on the left, etc.

    Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.