Support » Theme: Untitled » Rezise pics in the slider

  • Resolved dboff

    (@dboff)


    Is it possible to automatically rezize or crop pictures which appear in the slider? if the pictures have different sizes, the slider also changes its size while sliding through the featured posts.

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Hi, the front page slider in Untitled works best with featured images that are at least 1024px wide and will look best with images of 1440px x 400px. You can read more on Untitled here.

    Can you provide a link to the site you are talking about so that we can take a look?

    Thread Starter dboff

    (@dboff)

    Hi, sorry for the late response. Thank you very much for this information! Unfortuantly i cant provide a link to my site, because this theme works in my companys intranet.
    One more question. Can i resize the whole slider? I dont want it to have the full width.
    Thanks for your support!

    Dave

    sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Hi Dave, working off of the demo site, what you can do is to set a max-width for the slider. In the following I set it as a pixel value, but you could also use something like 80% so that it is always less than the width of the browser window or screen it is being viewed on. You also set the left and right margins to “auto” so that the slider will remain centered.

    .flexslider {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }
    Thread Starter dboff

    (@dboff)

    Thank you very much, this helped a lot! The width is now in a perfect size. 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Rezise pics in the slider’ is closed to new replies.