-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[Image] Add text overlays #3459
Comments
Have you found a way to do this @elfassy? Looking for the same thing. |
@kenhkelly yes using regular css. Either negative margin or absolute positioning should work with image as background. |
I figured as much. Would be nice to have that added to the .ui.image element for simplicity. |
👍 A pretty common pattern so would be nice to have this coded in by default. |
@elfassy Could please tell us more about how you did it? Any idea how you could accomplish the same with the React Semantic UI 'Image' Component? |
+1 please |
The "css way" would look something like this:
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 30 days if no further activity occurs. Thank you for your contributions. |
+1 |
I am having the same problem :( |
Why has this not been addressed yet? This is such a common thing to have in a UI library... Has anyone found an easy and sound workaround on this issue yet? The CSS way wont cut it for what I am doing currently. |
Feel free to open a PR. |
Created a PR to add caption support: #6621 |
is it possible to do this?
Where the text shows up above the image. Thanks
The text was updated successfully, but these errors were encountered: