Jump to content

Importent request - photo management


FxJ

Recommended Posts

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

Posted

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;
}

 

Posted

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

Posted

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 😄 

Archived

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...