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

fix: improve support for next/image component #564

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Oct 4, 2024

  1. fix: improve support for next/image component

    - Enhance compatibility when using components.Image with next/image
    - Add container div for dynamic sizing
    - Resolve image sizing issues by using fill property
    - Maintain image aspect ratio with objectFit: 'contain' style
    - Add title attribute for improved accessibility
    
    This change allows next/image usage without predefined dimensions and enhances image tooltips
    brince0304 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    a2f1298 View commit details
    Browse the repository at this point in the history
  2. fix: improve support for next/image component

    - Enhance compatibility when using components.Image with next/image
    - Resolve image sizing issues by using sizes property
    - Add title attribute for improved accessibility
    
    This change allows next/image usage without predefined dimensions and enhances image tooltips
    brince0304 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    2a04193 View commit details
    Browse the repository at this point in the history