Topic on Extension talk:MultimediaViewer

How to hide metadata bar

2
Sm8ps (talkcontribs)

The height of the area of the metadata bar which is visible without scrolling is defined in the file 'resources/mmv/mmv.variables.less'. Changing the corresponding entry to

@metadatabar-above-fold-height: 0px;

makes the metadata bar disappear at first sight. Its content remains available via scrolling, though.

This is the perfect solution for people who do like MultimediaViewer for the functionality it provides but dislike the visual design that features font sizes that attack one's eyes with a yell.

Nanash (talkcontribs)

If you really want to hide it for all (or a group), just put

.mw-mmv-image-metadata

{

display: none !important;

}

in your Mediawiki:Common.css page (or an other css page for a group).

Reply to "How to hide metadata bar"