Does not resize on window resize #1

Open
opened 2021-07-30 12:33:28 +02:00 by chris · 2 comments
Owner

Need to resize height of image/video.

Need to resize height of image/video.
jorge self-assigned this 2021-08-31 13:30:06 +02:00
Owner

width/height will be resolved if proportions set to heght proportional to view width, such as, for example:

width: 100vw;
height: calc(100vw * 0.5625); //16:9 proportion

change 100vw to whatwver vw we need

width/height will be resolved if proportions set to heght proportional to view width, such as, for example: ``` width: 100vw; height: calc(100vw * 0.5625); //16:9 proportion ``` change `100vw` to whatwver vw we need
Author
Owner

Hi,

I am trying to reproduce the problem and it seems ok to me.

I will wait for your ok before I add the new archive-item-block we have discussed.

Hi, I am trying to reproduce the problem and it seems ok to me. I will wait for your ok before I add the new `archive-item-block` we have discussed.
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
2 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-tech/PanoramaViewer-omeka-module#1
No description provided.