• Resolved rman

    (@rman)


    I try to make some changes with different width etc
    and all the results are the same with no change.
    I tried with class horizontal, inline etc same prob.
    I want to have 6 videos in 2 lines with 200 videos widht and height.
    Can you write the code please!

    This example not work, it gives me 6 videos in 600px widht etc!
    [relatedYouTubeVideos relation=”keywords” terms=”greece” max=”5″ width=”200″ height=”200″ class=”left horizontal spacing-20″ showVideoTitle=”true” showVideoDescription=”true” random=”10″ showVideoTitle=”true” orderBy=”date”]

    https://www.ads-software.com/plugins/related-youtube-videos/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Chris

    (@zenation)

    Hi,
    your shortcode example seems to work for me. At least in the sense that the videos are diplayed in the correct width and height.

    The title and the description is potentially wider, though, depending on the theme you’re using, I guess. But that could and should be fixed with some custom CSS.

    Do you have a sample URL for your page? Feel free to email me if you don’t want to post it here in public.

    Thread Starter rman

    (@rman)

    Works fine !!!
    Thanks for the support Chris ??
    With this css

    #RYTV-InPage {
      list-style-type:      none !important;
      padding:              0;
    }
    #RYTV-InPage li {
      display:              inline-block;
      list-style-image:     none !important;
      list-style-position:  outside !important;
      list-style-type:      none !important;
      padding:              0;
      vertical-align:       top;
      width:                48%; /* 48% means that basically only 2 elements fit into one row */
      margin-bottom:        1em;
    }
    #RYTV-InPage .title {
      display:              block;
      font-weight:          bold;
    }
    #RYTV-InPage .description {
      display:              block;
      font-size:            0.85em;
    }

    you can do something like this:
    https://www.apn.gr/?p=43186
    if you like!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘width and height problems’ is closed to new replies.