Before you ask please READ THIS

How do i make works media slider smaller- it is stretching my media and making it look bad

Also, how do i make it display a thumbnail of the videos rather than just black with icon?

https://wordalchemists.co.uk/work/educational-leaflet-copy-copy/

Comments

  • AirAir
    edited September 2021 Posts: 10,970
    Hey :-)
    how do i make it display a thumbnail of the videos rather than just black with icon?
    When you edit the Album, you have an option to edit each item of the album(image and video).
    There you can click the pencil icon on the video item, and upload the thumbnail for it.

    Please see here for details: https://rifetheme.com/apollo13-framework/docs/content-management/albums-works-post-types/album-media/#how-to-work-with-album-media

    With kind regards.
    Post edited by Air on
  • AirAir
    Posts: 10,970
    I see you are also asking about making the slider smaller in the title of this topic.

    A slider will also take the full width of the available container.

    If you want to make slider smaller for all single works, you could add such custom CSS:
    .single-work .a13-slider-stuff {
        max-width: 400px;
        margin: 0 auto;
    }
    Adjust 400px to your needs.

    With kind regards.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion