Resizing picture from dataset remote img src

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

Check the syntax… a think that is wrong… try this way:

.container-image
{
height= 1000px;
width= 1400px;
}

.image
{
width= 1400px;
}

Hello pitoco02; same result… Thank’s.

I found another way without using css3…

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.