Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gallery slideshow: Fix height calculation #31

Open
wants to merge 1 commit into
base: REL1_33_6-FANDOM
Choose a base branch
from

Commits on Jun 23, 2021

  1. Gallery slideshow: Fix height calculation

    Remove $container check. This check was broken due to
    recent changes in skin output (adding mw-parser-output),
    and was not necessary, as the computation without it is
    based on $imgContainer, which is also bound by a container.
    
    This avoids the height being set to "NaNpx", or the full
    height of the page.
    
    Bug: T196723
    Change-Id: I9b4fda9c71502bf749271c55a6945d9f4a4f913e
    edg2s authored and latata committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    28c82a6 View commit details
    Browse the repository at this point in the history