Okay
  Public Ticket #3623116
GPS Slideshow mobile view issue
Open

Comments

  • usamakamranbutt started the conversation

    Hello team i am using Lusion 2.2.7 i am having issues with the gps slideshow,i wanted my slide show to look like the pictures i have attached named as *Approved One* but currently it is looking like the picture *Rejected One*.

    I have used Lusion 1.1.4, i had no issues with the slideshow on that version after switching to update 2.2.7 i am facing this issue.



    Attached files:  Approved One.jpeg
      Rejected One.jpeg

  • usamakamranbutt replied

    its been 5 days and no reply


  •  231
    Shopify Team replied

    hi, usamakamranbutt 

    you can use custom css to solve this (theme settings / custom css)
    Please add this line to your custom css :

    @media screen and (max-width: 768px){

    .gp-slideshow .slide-item img {   width: 100%;   -o-object-fit: contaib;   object-fit: contain;   height: auto; }

    }
    Thanks,
    AHT TEAM