Page 1 of 1

Responsive template - cannot resize image?

Posted: Tue May 09, 2017 7:11 pm
by Nicky
I'm trying out Oldnema's Ferrariclub, the 'normal' behaviour in most templates is that you can add an image, take the corners and resize it to the wanted dimensions.

With the responsive Ferrari template however, this doesn't work.

Must be something in the stylesheet?

Thx in advance for info/tips!

Re: Responsive template - cannot resize image?

Posted: Wed May 10, 2017 8:55 am
by cmb
In Oldnema's responsivehtml template there is:

Code: Select all

img{max-width:100%;height:auto;width: auto;}
I presume that something like this is also part of the Ferrariclub template.

Re: Responsive template - cannot resize image?

Posted: Wed May 10, 2017 8:59 am
by lck
stylesheet.css line 35

Code: Select all

img {
    max-width: 100%;
    height: auto;
    /* width: auto; */ /* comment this out or delete it */
}

Re: Responsive template - cannot resize image?

Posted: Fri Jun 19, 2020 6:03 pm
by Nicky
Sorry to come back again on this topic.

Changing the css code to
img {
max-width: 100%;
height: auto;
/* width: auto; */ /* comment this out or delete it */

did not work.

The pool player picture cannot be resized by dragging corners or editing image and setting other dimensions.

Feel free to check, (the template is originally from oldnema template named 'romantic' I think..).

Login is the standard password http://walhalles.be/pizza

Re: Responsive template - cannot resize image?

Posted: Fri Jun 19, 2020 8:12 pm
by Tata
There was also the line #4 in the stylesheet with the "width:auto".
Now it's removed.
Change the password IMMEDIATELY!

Re: Responsive template - cannot resize image?

Posted: Fri Jun 19, 2020 8:47 pm
by cmb
Nicky wrote:
Tue May 09, 2017 7:11 pm
I'm trying out Oldnema's Ferrariclub, the 'normal' behaviour in most templates is that you can add an image, take the corners and resize it to the wanted dimensions.
You mean you could interactively resize the image without resizing the browser window?
Tata wrote:
Fri Jun 19, 2020 8:12 pm
Change the password IMMEDIATELY!
I strongly recommend that as well.