-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
data-role="carousel" #1647
Comments
Thanks for opening a new issue. The team has been notified and will review it as soon as possible. |
You can set a fixed width for the carousel via the data-width = "640" attribute. |
640 without px |
Sorry for the "px", but I tried both with and without and nothing has changed. |
…ied to `max-width` css property, issue #1647
Fixed in 4.4.1
|
In the current version, slides fill the entire carousel according to its width and the rule for height. You can set the width for the carousel (already fixed). or put the image inside the slide. |
I'm added in 4.4.1 new component |
Thank you very much! |
…ied to `max-width` css property, issue #1647
Hi Olton!
A little help/hint!
Regardless of the video resolution (ex. 1680x1050 or 1920x1080 or 3840x2160), I would like to display various images (old arcade screen shoots) in the center of the screen with the object data-role="carousel". All screen shoots have a fixed width (640px) and variable height. I use
but the image is displayed full screen.
Is there a way to center in X and Y without resizing them?
Thank you!
The text was updated successfully, but these errors were encountered: