Images in wordpress posts not resized?

cmppessoa
4 Posts
cmppessoa posted this 12 June 2020
Ask a Question

Images inserted in WordPress posts are not resizing in responsive modes.
Any solution for this?

Images inserted in WordPress posts are not resizing in responsive modes. Any solution for this?
Vote to pay developers attention to this features or issue.
6 Replies
Order By: Standard | Newest
Support Team
Support Team posted this 15 June 2020

Hi,

Could you please explain this issue in more details, including screenshots.
Please note that you can change the size of the Image control in each responsive mode separately. The size of the background image depends on the size of the control to which this image is assigned.

...................................................
Sincerely,
Olivia
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi, Could you please explain this issue in more details, including screenshots. Please note that you can change the size of the Image control in each responsive mode separately. The size of the background image depends on the size of the control to which this image is assigned. ................................................... Sincerely, Olivia Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
cmppessoa
4 Posts
cmppessoa posted this 15 June 2020

This is not a problem with the editor, it's a problem with WordPress theme coding.
As you can see in this link:

https://webmaster.mix40.com/bem-vindo/

WordPress theme made with Nicepage is not resizing images in posts acording with responsive different screen sizes like any theme usualy do!

This is not a problem with the editor, it's a problem with WordPress theme coding. As you can see in this link: https://webmaster.mix40.com/bem-vindo/ WordPress theme made with Nicepage is not resizing images in posts acording with responsive different screen sizes like any theme usualy do!
Support Team
Support Team posted this 16 June 2020

Hi,

Thank you for the link. This may not help in all cases but please try adding the following code to the Nicepage Desktop project >> Site Settings >> CSS:

.u-post-content img
{
width: auto;
height: auto;
}

And then please re-install the theme (theme only).

Please let us know if you need our further assistance.

...................................................
Sincerely,
Olivia
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi, Thank you for the link. This may not help in all cases but please try adding the following code to the Nicepage Desktop project >> Site Settings >> CSS: .u-post-content img { width: auto; height: auto; } And then please re-install the theme (theme only). Please let us know if you need our further assistance. ................................................... Sincerely, Olivia Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
cmppessoa
4 Posts
cmppessoa posted this 16 June 2020

I inserted the code and now it is working like a charme! Didn't even re-install the theme. Thank you very much for the quick solution!
Of course that you should implement this in the code created by Nicepage, but untill then, I can easily live with this solution :-)

I inserted the code and now it is working like a charme! Didn't even re-install the theme. Thank you very much for the quick solution! Of course that you should implement this in the code created by Nicepage, but untill then, I can easily live with this solution :-)
cmppessoa
4 Posts
cmppessoa posted this 16 June 2020

Ah, I see now. I didnt need to re-install the theme because I inserted the code as aditional CSS directly on the website :-)

Ah, I see now. I didnt need to re-install the theme because I inserted the code as aditional CSS directly on the website :-)
Support Team
Support Team posted this 18 June 2020

Hi Carlos,

Probably not in all cases images are not resizing. Ok, I have added your request to our wishlist.

...................................................
Sincerely,
Susanna I.
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi Carlos, Probably not in all cases images are not resizing. Ok, I have added your request to our wishlist. ................................................... Sincerely, Susanna I. Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
You must log in or register to leave comments