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

CSS Grid part #89

Open
Raychelle18 opened this issue Oct 7, 2024 · 2 comments
Open

CSS Grid part #89

Raychelle18 opened this issue Oct 7, 2024 · 2 comments

Comments

@Raychelle18
Copy link

For lesson 11 where we duplicate the 2 YouTube box previews into 6: 3 rows of 2 columns and eventually 3 rows of 3 columns…. Mine doesn’t work. Only the first 2 previews appear side by side, the others appear one preview per row and the images are completely blown out, what do I do?

@DevenderKThakur
Copy link

Check when you were copying the code you did inside the main-div with display : grid . All the other div of video-preview should be inside that . Image can be controlled when you set both width and height then use object-fit : contain / cover as per your choice

@Titiksha-rgb
Copy link

@Raychelle18 please share that part of code, so that I can take a look and try to debug for you.

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

3 participants