Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author wp-maverick

    (@wp-maverick)

    Hello kranthika,
    if you change the img width, you must also adapt the left position of the image:

    .da-slide-current .da-img {
        left: 60%; /* here change the value */
        ...
    }

    But, and that’s not obvious, you’ll have to update this left position in all CSS animations:

    @-webkit-keyframes fromLeftAnim4{
    	0%{ left: -110%; ... }
    	100%{ left: 60%; ... } /* here change the value */
    }

    Thread Starter kranthika

    (@kranthika)

    Thank you

    Plugin Author wp-maverick

    (@wp-maverick)

    You’re welcome!
    Don’t hesitate to tell us if it works and then to show us the result 😉

    Greetings …
    I’ve tired over and over again to adjust where the bg image for .da-img aligns and cannot for the life of me get it to move. I’m using a larger bg image and am trying to get it moved more to the left. I’ve adjusted the CSS as maverick suggested but I can’t get it to move. The website where I have the plugin installed at is http://new.satsyscorp.com/. Any help would be much appreciated!!

    Thanks in advance!!

    Ken

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to increase the image size in the slider’ is closed to new replies.