Skip to content

rounded-full not clipping inline video/image elements when using overflow-hidden #2

@vivekcodespace-arch

Description

@vivekcodespace-arch
Image

As you can see the image is not rounded-full.

The cause of the problem:
It is happening due to positioning.
If I add relative to the line below, then the problem arises:

<div className=''>
  <div className='h-screen w-screen fixed'>
    <Video/>
  </div>
  <div className='relative h-screen w-screen flex flex-col'>   
    <HomeHeroText/>
    <HomeBottomText/>
  </div>
</div>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions