New Media Processor is Running

Does it start buffering on page load or when you hit play? Some video heavy OPs can be brutal to load sometimes.


Looks great though, congrats.
 
Is there a way to change the display size for videos in godforsaken vertical mode? I use small laptops or chromebooks to browse, and every video in the accursed phone aspect ratio looks like this post:

View attachment 8933243

Only half fits on the screen at a time. Selecting full screen will shrink it down to fit the screen sized player, of course, but then you're forced to use full screen. It janks up the layout of the page.
Well us phonetards get this so fair’s fair:
IMG_2880.jpeg
 
many thanks Lord Josh of the Flightless Avian Farms

I shall now test your flawless new software by posting a variety of irregular videos to make sure they all work (and for no other reason than that)






edit: oh cool you can see the real length of some of these extended webms with this
 
Is there a way to change the display size for videos in godforsaken vertical mode? I use small laptops or chromebooks to browse, and every video in the accursed phone aspect ratio looks like this post:

View attachment 8933243

Only half fits on the screen at a time. Selecting full screen will shrink it down to fit the screen sized player, of course, but then you're forced to use full screen. It janks up the layout of the page.
@Null could use a container with max-height: 500px; for the video element and use object-fit: contain; for the video itself. But he doesn't, don't know why.

Null, add this to the CSS to fix this, please and thank you.

CSS:
.ephyra-media{
max-height: 500px;
}

.ephyra-player, .ephyra-player > media-player,
media-provider, media-provider > video{
max-height: inherit;
}

Link to original post
1777507316950.png

(Edited to improve code)
 
Last edited:
@Null could use a container with max-height: 500px; for the video element and use object-fit: contain; for the video itself. But he doesn't, don't know why.

Null, add this to the CSS to fix this, please and thank you.
well annoying as fuck anime avatar if you looked at the op you'd see that this is something I noticed already and have a fix queued up for.

i know what css is, believe it or not
 
Back
Top Bottom