简体   繁体   中英

Fotorama: captions only in fullscreen

I would like to know if there is a possibility to show the caption only in fullscreen mode.

I need this for a custom website I an working on and the client requested that the captions only be shown in fulscreen mode.

Use this css rules

.fotorama .fotorama__caption {
    display: none;
}
.fotorama--fullscreen .fotorama__caption {
    display: block;
}

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM