Height of photo carousel

12 views
Skip to first unread message

Elia Henrichs

unread,
Dec 20, 2022, 5:24:42 AM12/20/22
to conf.researchr.org support forum
Hey there,
We just recognized that the height of the photo carousel on the home page of our conference website is smaller than on other conference websites (also for a previous edition). Unfortunately, we couldn't figure out how we might change this or what's causing this.
Can we specify the height of the photo carousel?
Thanks in advance!
Elia

Elmer van Chastelet

unread,
Dec 20, 2022, 5:31:04 AM12/20/22
to Elia Henrichs, conf.researchr.org support forum

Dear Elia,

The custom logobar CSS for ACSOS has the following lines, which limits the height to 240px:

@media (max-width: 767px){

  .carousel-inner .item {height: 240px !important;} /*240px is the default*/

}

@media (min-width: 767px){

  .carousel-inner .item {height: 240px !important;} /*420px is the default*/

}

 

The default on conf.researchr.org is:

.carousel .item{ width: 100%; height: 360px; }

 

@media (max-width: 767px){

  .carousel-inner .item {height: 240px !important;}

}

@media (min-width: 1440px){

  .carousel-inner .item {height: 420px !important;}

}

 

 

Kind regards,
Elmer

--
You received this message because you are subscribed to the Google Groups "conf.researchr.org support forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to conf-researchr-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/conf-researchr-org/334b57e2-d1b8-44d1-bbe3-2a55e2adf845n%40googlegroups.com.

Elia Henrichs

unread,
Dec 20, 2022, 5:39:07 AM12/20/22
to conf.researchr.org support forum
Dear Elmer,
thanks for the quick response!
Reply all
Reply to author
Forward
0 new messages