• https://lonestarnews.net The theme is MH Newsdesk Premium

    When my homepage loads, the latest post featured image, which is the youtube video, is the desired size. But for the posts that came before it which are featured as smaller thumbnails below, the size is not maintained consistently from page load to page load or across refreshes. Sometimes they the appropriate thumbnail size and other times it is the video cut into 1/3 keeping the vertical dimension intact. Sometimes the first in the list is the correct size and the rest are all chopped up into slivers of the original featured image size as mentioned before. I’ve tried playing with the settings and got nothing to work. I need notice that when I resize the window to see how the dynamic function of the theme works with it, that at a specific size all of the featured video window sizes are the same.

    Any help would be appreciated.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter evilcrusher2

    (@evilcrusher2)

    This may also help in understanding the site theme. https://www.mhthemes.com/support/documentation-mh-newsdesk/

    I am having a similar issue on a site that I am developing on localhost.

    The problem seems to originate with an additional wrapper immediately inside ‘.featured-video-plus’. The first instance has a div with a class of ‘.fluid-width-video-wrapper’ that seems to control everything. But the remaining instances are all missing that wrapper.

    I have uninstalled the plugin and reinstalled with no result.

    @evilcrusher2 – Here is a CSS solution for you in case we don’t receive a response from the developer.

    .featured-video-plus {
      padding-top: 56.25%;
      position: relative;
    }
    .featured-video-plus iframe {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
    }
    .fluid-width-video-wrapper {
      height: 0;
      padding-top: 0 !important;
      position: absolute;
      top: 0;
    }
    • This reply was modified 8 years, 1 month ago by adrajana.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Featured Video Not Maintaining Same Size as Thumbnail’ is closed to new replies.