Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.
how is posible to remove the white space between pictures and margin right? it´s very bad, we lost a lot of space in white color, we need to have all pictures, videos and gallery at full width. in reponsive desing.
STEPS TO REPLICATE:
1
2 please see my picture in attachement file
3
4
5
RESULT
EXPECTED RESULT
BROWSER
I am sorry this is not possible, if you wanna make it bigger it will make your image will looks bad because the thumb be designed like that, which is the javascript code generate the image stream layout
But, well you can try this css, I am not sure it will work but you can try it :
@media only screen and (min-width: 481px){
.joms-media.like, .joms-media--image, .joms-media--images, .joms-media--event {
max-width: 700px !important;
}
}
Dimas, it´s working perfect
but I add - changue to the code 700px by 100% and it´s perfect by now testing in localhots, I will test in a normal browers and in all screen types.
@media only screen and (min-width: 481px){
.joms-media.like, .joms-media--image, .joms-media--images, .joms-media--event {
max-width: 100% !important;
}
}
infor me if you see any problems in this change
gratefull
Jose