Need to adjust height on window load #5

Open
opened 2021-09-06 22:28:55 +02:00 by chris · 4 comments
Owner

Does not react well to window resizing or small devices.

Does not react well to window resizing or small devices.
Owner

do you have a url to see it in action so I can check? tx :D

do you have a url to see it in action so I can check? tx :D
Author
Owner

https://collections.arc-hive.zone/s/project-sample-ii/page/exhibits

Maybe resizing with javascript will do it.

https://collections.arc-hive.zone/s/project-sample-ii/page/exhibits Maybe resizing with javascript will do it.
Owner

it is easier, just removing one css class

.siema-wrap {
    height: 500px;
}

which is generated inline

I've noticed many styles applied inline, wich make more difficoult to control the css.

I'll have to check this.

it is easier, just removing one css class ```css .siema-wrap { height: 500px; } ``` which is generated inline I've noticed many styles applied inline, wich make more difficoult to control the css. I'll have to check this.
Owner

commit to solve issue e6e7cf44f5

commit to solve issue https://git.hangar.org/arcHIVE-tech/SimpleCarousel-omeka-module/commit/e6e7cf44f57159725620e58a1d2851feaf6b79f2
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/SimpleCarousel-omeka-module#5
No description provided.