Photos out of proportion

Discussion in 'Andrina WordPress Theme' started by stewarty, Sep 13, 2013.

  1. stewarty

    stewarty New Member

    Joined:
    Sep 9, 2012
    Messages:
    21
    Likes Received:
    0
    When I view my website on my iphone all the photos are out of proportion. The sliders are all crushed in from the sides and the feature column images are all stretched. Can you also tell me how to make my logo auto re-size to fit on mobile phones.

    website - www.asisevents.com

    Thanks
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Use recommended dimension image for your slider and featured area images, It looks fine.

    Recommended dimension for slider images is 904px width x 403px height.

    Recommended dimension for featured area images is 213px width x 143px height.


    And for your logo issue, Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .header .logo img {
    width: 98%!important;
    }
     
  3. stewarty

    stewarty New Member

    Joined:
    Sep 9, 2012
    Messages:
    21
    Likes Received:
    0
    Hi,

    I am using the correct sized photos as feature photos and it looks fine on my comp screen. The issue is when it is viewed on either a iphone or ipad in portrait orientation the images get either stretched or crushed they do not change size in proportion. Is the a way that photos used as features or slides can be made to stay ti a ratio regardless of viewing method?

    Gareth
     

Share This Page