• I recently updated my website as prompted to WordPress 4.9.2
    It immediately reduced the size of the Livestream video screen on the landing page from large to small. This code is contained in a widget.
    The original Livestream code contains the large size but the new wordpress seems to ignore this..giving a much smaller image, but only on the landing page widget. Another page contains the same code appears at the correct size (only difference is it is placed as text on the page..not within a widget)
    I have contacted the developer of the theme but they don’t seem to be able to help to fix this..please can anyone help?

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @durbantv

    Can you post a screenshot here of the Livestream video screen? Im not sure what it is on your site.

    Thread Starter durbantv

    (@durbantv)

    Hi ..sorry .. not sure if I’m just missing something here but how do I attach a screenshot.. please view the site directly at https://www.durbantv.net .. the first page shows a very small screen .. if you go to the menu page DUrbanTV LIVE>>> it shows the size the screen used to be on my landing page?? That’s how I would like it to be again.

    Thread Starter durbantv

    (@durbantv)

    Hi wpninjatech (@wpninjatech)

    Were you able to figure anything out on my above query regarding the Livestream video changing size on landing page??

    wpninjatech

    (@wpninjatech)

    Hi @durbantv
    I checked your site and the issue is the widget. it gave a static size so the video was resized. See this screenshot https://prntscr.com/iazt5a

    What you can try to is to force new style, this is a temporary fix and I am not sure if it will work.

    Create a backup first before you try and add this to your css

    #layout4 {
    width: 640px !important;
    height: 385px !important;
    }

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Loss of size on Landing page widget with 4.9.2 update’ is closed to new replies.