Home Forums Themes Support Gecko Instagram slides cannot fix image height

Viewing 1 reply thread
  • Author
    Posts
    • #12732

      Hi,

      This is regarding gecko theme, I’m using instagram feed slides, however, i would like to know is it possible to set the images height same as width and hide the overflow height.

      You can go to the homepage bottom part is the instagram slide. You will see 2 photos height is different. How to set it overflow:hidden.

      1. The following url is our development server, site haven’t go live yet.
    • #12739

      Hi,

      This issue because Instagram update their API now the image will display both landscape and portrait https://instagram-press.com/blog/2017/08/29/improvements-to-posts-with-multiple-photos-and-videos/

      You can fix by add custom css code in JanStudio > Theme Option > General Layout

      .jas-sc-instagram .item img {
      height: 320px;
      max-width: inherit;
      width: auto;
      }

      Best regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

Viewing 1 reply thread

You must be logged in to reply to this topic.