Tagged: display, self-hosted-video, video element
-
AuthorPosts
-
February 27, 2018 at 10:44 am #918344
I ran into strange issue when using Enfold video element (simple video, not full screen) and it happens only with self hosted videos:
1. video controls appear on the top part of the video (link to screen shot https://www.dropbox.com/s/rmrzwm7iajeoixx/Screenshot_022718_102425_AM.jpg?dl=0)
2. while playing the video -it becomes so tiny the controls cover it and obviously it’s not displaying in the correct size (link to screen shot https://www.dropbox.com/s/sjbx0v6y0f2zf6s/Screenshot_022718_102454_AM.jpg?dl=0)
3. when i’m setting vertical alignment for the row (e.g top/middle/bottom) it works on all other elements in to row but the video element ignores it (as if it always set to be ‘top’)you can view the actual problematic page from the link in the private content
I thought the last Enfold update fixed this issue.. is there any temporary fix (beside using YouTube)?
thanks in advance
Doron- This topic was modified 6 years, 8 months ago by Doron.
February 27, 2018 at 10:55 am #918353UPDATE:
i found this css code and it seems to solve the issue:
.mejs-container { max-height: 100% !important;}
February 27, 2018 at 1:10 pm #918421Thank you Doron
But I don’t get a preview image, only a black background. Have you solved that too?
Is there a way to have a fullscreen button for selfhosted videos in Enfold?- This reply was modified 6 years, 8 months ago by manurimini.
February 27, 2018 at 1:26 pm #918434I do get preview image
..but i’m sorry I can’t help you..not sure why I do get a preview image and you are not (I didn’t do anything to solve it because i never seem tho had that problem)
does your video plays o.k.? only the preview image not shewing? may be it’s a codec related?
however I do notice now another problem – in mobile view (smartphone on portrait mode) – the video looks taller than it should
here is a screen shot > https://www.dropbox.com/s/j61micg397zmj56/Screenshot_022718_012127_PM.jpg?dl=0- This reply was modified 6 years, 8 months ago by Doron.
February 28, 2018 at 11:02 am #918934Hi,
Thank you for using Enfold.
But I don’t get a preview image, only a black background. Have you solved that too?
Did you use the color section? The preview image will not display by default because the “poster” parameter in the video shortcode is not specified. Please upgrade to version 4.2.4.
Best regards,
IsmaelFebruary 28, 2018 at 12:16 pm #918986HI Ismael
you responded to manurimini’s question which is cool
but since I opened this thread, can give me any advice about my question too? I would really appreciate any help..
(here it is > https://kriesi.at/support/topic/self-hosted-video-display-problems-even-after-updating-to-enfold-4-2-4/#post-918434 )
in mobile view (like smartphone on portrait mode) – the video looks taller than it should
here is a screen shot > https://www.dropbox.com/s/j61micg397zmj56/Screenshot_022718_012127_PM.jpg?dl=0March 2, 2018 at 10:55 am #920211Hi,
Thank you for the update. The previous reply was meant for the both of you. Anyway, please try this css code in the Quick CSS field to fix the poster alignment.
.mejs-poster { height: auto !important; }
Best regards,
IsmaelMarch 2, 2018 at 11:18 am #920225Hi Ismael
as far as i can tell I don’t have same problem as manurimini had because I do see my poster image (and I’m using latest Enfold and wordpress versions),
only problem I had was display problem (the poster was too tall on mobile view)
but now your latest css code fixed it !
Thank you very very much! 🙏March 5, 2018 at 3:06 am #921261 -
AuthorPosts
- The topic ‘self hosted Video display problems (even after updating to Enfold 4.2.4)’ is closed to new replies.