Home Forums Square Make Slider on Homepage SMALLER?

  • This topic has 5 replies, 4 voices, and was last updated 7 years ago by Hash.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #813

    Is there a way to reduce the size of the slider?
    Also,
    Can you enable sliders on other pages?

    #819
    Hash
    Keymaster

    To reduce the size of the slider you need to crop your images to smaller height. In this way you can decrease the slider height.

    And there is no option to enable the slider in other pages. We will modify the code to add this option.

    #2167
    lii240
    Participant

    I’ve reduced the size of all my slider images however the slider size has not reduced. Is there any other way to do this?

    #2276
    Hash
    Keymaster

    The only way is to reduce the height of the slider image. Can you show us your website so that we can check?

    #2641
    bryons
    Participant

    I second lii240. My images are 600 pixels high but the slider is showing them at 870 pixels high when I have a full screen browser. I discovered that it’s scaling as function of browser width. When I make my browser go across two screens it continues to grow.

    Site: http://kindperson.org

    #2664
    Hash
    Keymaster

    @bryons

    The image also scales according to the width of the screen. If you are looking on the larger screen, the slider image scales to cover the full width of the screen.

    Here is the CSS code if you don’t want the slider image to scale up

    .ht-slide img {
         width: auto; 
        margin: 0 auto;
    }
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.