Okay
  Public Ticket #2088230
caroufedsel
Closed

Comments

  • dewasurya started the conversation

    Hi.. 

    I am using caroufedsel for my gallery. But I got some difficulties, hope you can help, the condition is on each item tab I add one single image, and on the first tab i put it as blank :

    1. Is it possible to have the caroufedsel display 2 images on mobile version?
    2. Or is it possible to skip the first tab for mobile version only?



  •  3,025
    Andrew replied

    Hi there,

    Use the following custom css to hide the first empty tab on mobile:

    @media (max-width: 768px) {
        .caroufredsel_wrapper .carousel li:first-child{
            display:none;
        }
    }
    

    Hope this helps.

  • dewasurya replied

    Hi Andrew,

    Thank you. I did that but the problem is, when you scroll to the next slide it skip some images as well. And we can see that the number of pictures decreased to half.

  •  75
    Scott replied

    Hi there,

    Could you please send us temporary admin access credentials so that we check the issue further.

    Kind Regards

    Themenectar Support Team

  •   dewasurya replied privately
  •  3,025
    Andrew replied

    Hi there,

    Apologies for the late reply.

    This is not really possible and you will need to use something else for the look \ effect you are looking for.
    Try and check if there is a plugin that can give you the effect you want.

    Apologies for the inconvenience.