• How to change slidercontainer and slideimage size? I want to add to the bottom shadow. Slideimage must be 960x325px and shadow is 20px high. Of course, everything must be responsive and work correctly.
    I have a problem:
    1. Images are not in aspect ratio. They are abnormally enlarged and deformed.
    2. Slider is abnormal height of 480px. It’s not a defined anywhere.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Viva Themes

    (@vivathemes)

    The images problem might happen if you are uploading smaller images than the suggested size.

    Can you post the url so I can take a look?

    Edy

    Thread Starter Milan

    (@milanxy)

    Only localhost, sorry.

    All images are 960x325px. Slidercontainer my images enlarged to 480px height. The left and right sides of the image is hidden/cut.

    Big images work ok, but i want landscape 960x325px. I have many images in this dimension.

    Theme Author Viva Themes

    (@vivathemes)

    I see your problem. The slider size depends on the size of featured images. You need to change the size of the featured images. In the top of ‘functions.php’ file there’s this line

    add_image_size('slideimage', 950, 460, true);

    Just change it to your liking. After that use a plugin like Regenerate Thumbnails to regenerate the featured images.

    Edy

    Thread Starter Milan

    (@milanxy)

    It would be easy, but the images are original height 325px. I changed the template to 960px width. Body and sliderimage must be 960px width.

    Theme Author Viva Themes

    (@vivathemes)

    Changing that line should change the slider size too.
    If you still have problems hit me up when you have your site online so I can take a look.

    Edy

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Slider size’ is closed to new replies.