Slider aspect ratio problem on iPad

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by sfujita123, Dec 21, 2014.

  1. sfujita123

    sfujita123 New Member

    Joined:
    Nov 13, 2014
    Messages:
    5
    Likes Received:
    0
    On iPad, slider image does not show in original aspect ratio.

    How do I fix this bug?
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .bg-img img {
    width: 100% !important;
    height: auto !important;
    }
    This will give you original aspect ratio.

    Thanks & Regards
    Pramod
     

Share This Page