Jump to content

Importent request - photo management


FxJ

Recommended Posts

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

 

Link to comment
Share on other sites

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 😄 

Link to comment
Share on other sites

Archived

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

  • Recently Browsing   0 members

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