SurajPratap10 / Imagine_AI

The IMAGINE - AI, which is built using the OpenAI API library DALL-E 2, aims to solve the problem of limited creativity and imagination. This is a fully mobile responsive image generator built with Node.js and Express that uses OpenAI's Dall-E models to generate images.
https://imagine-ai-17zf.vercel.app/
MIT License
48 stars 142 forks source link

[style]: Testimonial Section Overflow and Height Issue #1176

Open rajveeerr opened 11 hours ago

rajveeerr commented 11 hours ago

What's the style idea?

The testimonial section currently has less height than its contents, causing overflow in the Y direction and requiring users to scroll to view all content. This creates a poor user experience and disrupts the overall layout of the page.

Tasks:

  1. Adjust the height of the testimonial section to accommodate its contents dynamically, ensuring no vertical overflow.
  2. Explore solutions like:
    • Setting the height to auto and using padding/margins to give enough space for the content.
    • Implementing a carousel or slider if there are multiple testimonials, which would make the section more interactive and reduce the need for scrolling.
    • Applying a max-height with overflow-y: auto only if content exceeds a certain limit, combined with smooth scrolling to enhance the UX.
  3. Ensure the testimonial section maintains responsiveness across all devices (desktop, tablet, and mobile) and integrates seamlessly into the existing design.
  4. Test the section for different screen sizes and content lengths to make sure it scales properly.

Expected Outcome:
The testimonial section should display its content without any overflow, providing a seamless and professional user experience. It should be responsive and consistent with the rest of the page’s design, ensuring a polished and interactive feel for the users.

Add screenshots

Screenshot 2024-10-08 at 8 02 57 PM

Code of Conduct

github-actions[bot] commented 11 hours ago

Hello @rajveeerr! Thank you for raising this issue.

Please make sure to follow our Contributing Guidelines. Don't forget to ⭐ our Imagine AI.

Our review team will carefully assess the issue and reach out to you soon! We appreciate your patience!

github-actions[bot] commented 11 hours ago

To reduce notifications, issues are locked. Your issue will be unlocked when we add the label, gssoc23.