• Resolved ferexbo

    (@ferexbo)


    Hello good morning and Im really thankfull about this plugin you gave us, I wil set my podcast site and want to know how to use the shortcode [podcast_episode episode=”1537″ content=”image, title, excerpt, player”] to display its image.

    The code above can display the podcast image but it is not centered and the size is 150×150, how to do to display it centered and with the size of the container, thank you so much have a great day.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter ferexbo

    (@ferexbo)

    .podcast-episode img {
    width: 100%;
    height: auto;
    object-fit: cover;
    }
    .mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
    background: transparent !important
    }

    this is the only way to do it directly with css at the appearance -> customize section

    Plugin Author Serhiy Zakharchenko

    (@zahardoc)

    Hi @ferexbo,

    Thank you for sharing your code, and I’m glad to hear you solved it!

    Best regards,
    Serhiy.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.