Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other How to use the Anything Slider

  • This topic is empty.
Viewing 4 posts - 76 through 79 (of 79 total)
  • Author
    Posts
  • #115916
    Mottie
    Member

    @sizgi: I don’t have permission to view that page, and I can’t off the top of my head figure out why it would do that.


    @JRiley21
    : I’m not much help with WordPress, but you should be able to contact the WP theme author and ask how to reorder the slides.


    @ash
    : maybe try modifying the css:

    .anythingSlider .fade .activePage { z-index: 1; }
    .anythingSlider .fade .panel { z-index: 0; }

    described in [this issue](https://github.com/CSS-Tricks/AnythingSlider/issues/447#issuecomment-10138661)

    #116432
    sizgi
    Member

    i am sorry @mottie ! i am having server problems

    #126719
    tikobird
    Member

    I’m a total novice on all this CSS code. How can this be explained simply to a computer user, without having a high computer degree? My son has a degree in IT. I have no idea where these codes come from and where to see them,. Can I get a simplified answer for a person just wanting to keep the scroller at the top?__

    #175397
    reefclaw
    Participant

    So, google could not find my issue,

    I’m trying to use the anything slider, and so far it’s great, except for one detail:

    Scaling images.
    What i’m trying to do is letting the images expand as far as possible while retaining their aspect ratio.

    So i set the max size for the images, when i use the following:
    expand: false,
    resizeContents: false,
    aspectRatio: true,
    i get images that are too large to scale down. But bigger images will not scale up. (as expected).

    So, when i then turn true expand, and/or resizeContents, ALL images will just fill the screen.
    My video however will scale proportionally.

    I also already tried scaling with some custom code, but when i use it before i init anythingslider, it gets overwritten by it. Ans when i fire it after initialization, anything slider get fucked up.

    So, how can i do this?
    Not all images will have the same size or aspact ratio. Nor will the videos.

Viewing 4 posts - 76 through 79 (of 79 total)
  • The forum ‘Other’ is closed to new topics and replies.