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

Firefox 45.4.0 (ESR) render problem #35

Open
patdavid opened this issue Nov 11, 2016 · 0 comments
Open

Firefox 45.4.0 (ESR) render problem #35

patdavid opened this issue Nov 11, 2016 · 0 comments
Labels

Comments

@patdavid
Copy link
Member

patdavid commented Nov 11, 2016

Per @McCap on discuss, FF 45.4.0 does something strange with <figure> tags class big-vid

https://discuss.pixls.us/t/aligning-images-with-hugin/2609/18

In the style for p img, figure img there are two rules for width (yes, it says mad-height, i've already addressed this):

p img, figure img {
    width: 100%;
    width: initial;
    max-width: 100%;
    mad-height: 100vh;
    height: auto;
    margin: 0 auto 0.5rem auto;
}

without the width: initial the image renders fine, but I haven't had a chance to check it against a backstop render to see how disruptive it might be. I'll try to fix it this weekend.

@patdavid patdavid added the bug label Nov 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant