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

Home page hero image sizing is fixed #21

Open
ghost opened this issue Feb 6, 2018 · 0 comments
Open

Home page hero image sizing is fixed #21

ghost opened this issue Feb 6, 2018 · 0 comments
Labels

Comments

@ghost
Copy link

ghost commented Feb 6, 2018

The banner image items in the home page hero image carousel use a fixed width of 500 pixels:

<img src="{{ theme.homepageImageBannerB.thumbnail(500, 'auto')}}" alt="demo_slide_1" />

This causes any uploaded images for the theme settings to only partially fill the header horizontally, even if they're high resolution.

For some reason the default images are displayed at full width. Not sure what is causing this but uploaded images should behave more predictably and automatically size to use the full width of the div.

@ghost ghost added the bug label Feb 6, 2018
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

0 participants