Jump to content

Importent request - photo management

Featured Replies

Posted

Adding borders in forum is still missing. It's very easy to implement.
 

<img [...] style="border:1px solid black" [...]>

Adding it manually is annoying.


With and without:

border.thumb.PNG.b02b3a99a4dbce108bc10236c05df7c8.PNG edit.thumb.PNG.6cfcb2f876e13e80e32b3bab28dca443.PNG

You can easily add small borders to all images in all posts (via custom global css). Maybe this will be good option in your case?

I see this really as a theme customization, not something I would champion to be in the software. However, it is really simple to perform, you can just place the following in your custom.css. 

.ipsImage {
    border: 1px solid #000;
}

 

  • Author

Not in this way, only on photos that i want to add border, example with the same background color as page background.

You could add a custom editor toolbar button pretty easily to accomplish this:

image.png

 

Then in custom.css define the following:

.borderClass img {
 border: 1px solid #000; 
}

 

Then when in the editor, highlight your image and click this toolbar button you created 🙂 

NOTE: I'm horrible at naming classes, Rikki probably is ashamed 😄 

  • Author

edit.thumb.PNG.6cfcb2f876e13e80e32b3bab28dca443.PNG

 

It could be added here 😉 White on white looks badly.

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.