We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Picture outside of frame. - Attachments | Forum

Les
Les Feb 21 '14
Could someone please help me? Which file do I need to edit to stop the pictures I post from going outside the box? You can see what I mean by this screenshot I have taken.



You will notice by the little comments and like buttons that the image won't stay in the box that you can just about see behind it. This has only happened since installing the attachments plugin.


Best regards


Les


Jozef
Jozef Feb 22 '14
Update will release soon. 

But i solved it follows - /ow_plugins/attachments/static/styles.css


lines 

214: max-width: 285px;

215: max-height: 200px;

216: width: 100%;


change to:

214: width: 100%;

215: max-width: 250px;

216: height: auto;


I'm not sure if this is the 100% solution, but it works for me (until update will be released.) :)

The Forum post is edited by Jozef Feb 22 '14
You do not have permission to reply this topic