-
Notifications
You must be signed in to change notification settings - Fork 26
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
Option for caption outside of image #4
Comments
This I'd love as well. I can take a look at it later. Are you still interested in this @MaggiWuerze ? |
Yeah definitely, i can't live without this extension and this has bugged me for some time. Thanks for looking into it |
is there any progress regarding this feature? |
Oh hey there, thanks for reminding me. I just spent some time to implement it here: https://github.com/DanielBiegler/chrome-extension-imagus/tree/feature/caption-under-media-with-wordwrap I guess before this should be merged, the options page should be edited as well. I commited only twice, check it out. Got to go now, will check it out later. |
really nice, looks good to me. |
Yeah one should also keep in mind the options for Captions in the imagus settings. There are options for the position. I hardcoded it to be on the bottom, it would be way better to respect the optionspage. I might check it out later but would be cool if you wanna help out. |
i'll have a look at how it could be positioned |
ok, it seems if you just switch the order of the |
could you add an option to display the caption UNDER the image. This way it would not obscure the image when wrapped. I managed to do it via chrome dev console simply by setting the following properties of the surrounding div:
The text was updated successfully, but these errors were encountered: