daily-code
daily-code copied to clipboard
bug: Image ain't responsive
Describe the bug the course track Dailup image ins't resposive
To Reproduce Steps to reproduce the behavior:
- visit here
- open any desired track
Expected behavior full image should visible
Screenshots or GIFs
Info (please complete the following information):
- Browser : chrome
approach to fix
max-height: 100vh
The image background container is giving this issue, when img tag using css "object-cover" gives the stretched image, while changed to "object-contain" gives the actual size of the image ! Here's the preview : Will this work ?
I try to give the different size to the image as the screen size change make a pull request for it https://github.com/code100x/daily-code/pull/732
@mention the maintainer guys
@devsargam please review the PR