Add CSS position to videos #39725

Closed
opened 2014-04-14 14:52:55 +02:00 by Francesco Siddi · 5 comments

Adding a fixed position to the video id makes it follow the scrolling so that the left video menu can act as a playlist, atleast an non-linear-playlist.

I tried commiting code via the git, but I guess I don't have the authority to add commits.
Anyways, here is the simple needed code for "cloud.css":

  • video-asset-content,
  • file-asset-content {
display: none;
position: fixed;
right: 0px;
}

or:

  • video-asset-content,
  • file-asset-content {
display: none;
}

#video-asset-content{

position: fixed;
right: 0px;
}
 none;
}

#video-asset-content{

position: fixed;
right: 0px;
}
Adding a fixed position to the video id makes it follow the scrolling so that the left video menu can act as a playlist, atleast an non-linear-playlist. I tried commiting code via the git, but I guess I don't have the authority to add commits. Anyways, here is the simple needed code for "cloud.css": - video-asset-content, - file-asset-content { ``` display: none; position: fixed; right: 0px; } ``` or: - video-asset-content, - file-asset-content { ``` display: none; } ``` #video-asset-content{ ``` position: fixed; right: 0px; } none; } ``` #video-asset-content{ ``` position: fixed; right: 0px; } ```

Changed status to: 'Open'

Changed status to: 'Open'

Added subscribers: @fsiddi, @anuga

Added subscribers: @fsiddi, @anuga

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'
Inês Almeida self-assigned this 2014-05-29 09:30:03 +02:00

How was this resolved? the player still doesn't follow the scrolling?

How was this resolved? the player still doesn't follow the scrolling?

@anuga this was resolved in code that was still not deployed for production. Meaning that it is committed and pushed and working, but not on running on the official cloud server yet. The contents' list at the left now collapses as was originally intended (that was why it took so long).

@anuga this was resolved in code that was still not deployed for production. Meaning that it is committed and pushed and working, but not on running on the official cloud server yet. The contents' list at the left now collapses as was originally intended (that was why it took so long).
Sign in to join this conversation.
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: archive/blender-cloud#39725
No description provided.