• Resolved randomlv

    (@randomlv)


    Hey,
    I just tested your plugin and it works great. However, it looks like your plugin is not really responsive? I chose 640×360 for the YT thumbnail. The thumbnails look fine on PC and mobile but it looks like the text you can add below every video is hidden at the bottom of the container. Is there any way to fix this?

    Thanks in advance!

    • This topic was modified 2 years, 1 month ago by randomlv.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Optimizing Matters

    (@optimizingmatters)

    the problem seems to be you have overflow:hidden set in some custom CSS

    .yt_video {position: relative;padding-bottom: 56.25%;padding-top: 0;height: 0;overflow: hidden;}

    and that affects the display of the disclaimer. removing the overflow:hidden will very likely fix the problem ??

    hope this helps,
    frank

    Thread Starter randomlv

    (@randomlv)

    Ahh, good catch! ??
    Thanks for the quick response and help, Frank. Much appreciated!

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    you’re welcome ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Text captions not responsive’ is closed to new replies.