To be completed by the original poster:
CMS Version
2.3.9
Player Type
windows & android
Issue
Hi All,
i’m tring to resize a picture coming from the dataset. I created a div with bigsize and a new div inside with my img src from the dataset.
In the optional CSS, i set the container-image to a fix size and the image class to a 100% or 1400 value :
.container-image
{
height= 1000 px ;
width= 1400 px;
}
.image
{
width= 1400 px;
}
The size of my picture continue to be the original one… Any idear ?
Thanks in advance for your answers ;).
Philippe