general.css Video Skin Class Stlye Improvement #250
No reviewers
Labels
No labels
area: devops
area: discovery
area: docs
area: livestream
area: proposal
consider soon
dependencies
Epic
good first issue
hacktoberfest
help wanted
icebox
level: 1
level: 2
level: 3
level: 4
needs: exploration
needs: grooming
needs: priority
needs: repro
needs: tech design
on hold
Osprey
priority: blocker
priority: high
priority: low
priority: medium
protocol dependent
resilience
Tom's Wishlist
type: bug
type: discussion
type: error handling
type: improvement
type: new feature
type: refactor
type: task
type: testing
unplanned
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: LBRYCommunity/spee.ch#250
Loading…
Reference in a new issue
No description provided.
Delete branch "patch-5"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Previously, the global video element was styled to make it look better on the stand alone page. However; the class
.showasset-light
is the video skin class assigned to the stand alone page only.Based on this, I have optimised the style on this class and removed parts no longer needed from the
video-player
class, thereby not affecting any other pages for areas only required on the stand alone page.I'm not sure about the box shadow in general, but I do think it works better on
#video-player
than on regularshowlite-asset
assets (e.g. pictures). How about moving it to #video-player.I think I prefer the images without a border., but also the
margin: 0 auto;
doesn't seem to be taking affect. I'd like to see what it looks like if the images are centered like the video. See picture in comment below.See comments. tl;dr I think this is going to be good, but I think the drop shadow should be on video player only, if we use it, and would suggest centered w/ no border for assets that are not in a video player. Open to discussion on that though.
Yes. The above CSS was for video only. Does .showasset-light affect images too?
All images need are positions, such as
center
,center
and maybe scaling to fit in the page?I really need to set this app up so I can test locally. Will do this today!
ID's need to be applied. What are the ID's for the following 2 pages?
https://spee.ch/b39388bb9ffa8946dde2acd49fbdc01561eb2edd/Speechless3
https://spee.ch/b/Speechless3.mp4
https://spee.ch/b39388bb9ffa8946dde2acd49fbdc01561eb2edd/Speechless3 -
<body id="show-body">
https://spee.ch/b/Speechless3.mp4 -
<body id="showlite-body">