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

Position attribute documented in exampleSite config.toml doesn't do anything #457

Open
WJBarnes456 opened this issue Jan 22, 2023 · 0 comments

Comments

@WJBarnes456
Copy link
Contributor

WJBarnes456 commented Jan 22, 2023

In exampleSite's config.toml, there is a documented "position" field of Params.bigimg

# # position: see values of CSS background-position.

Configuration for applying this position attribute is implemented by the Javascript in main.js

var position = main.bigImgEl.attr("data-img-position-" + randNum);
, but populating the required data-img-position-$n attribute is not implemented anywhere in the theme.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant