Jump to content

Articles, Resizing Images

Featured Replies

Posted

I want to change the size of the images below:

 65.PNG.f92d5120692f664c868a40989bf40953.

 

And I thought it should work?

67.thumb.PNG.88a45d6b0fba21f5c92911b8ae8

 

 

 

 

Those settings are for the image dimensions created during upload. The output size on the page is defined in the theme’s CSS files. You can override the default by changing:
.cCmsRecord_image
.cCmsRecord_image img

  • Author
8 minutes ago, opentype said:

Those settings are for the image dimensions created during upload. The output size on the page is defined in the theme’s CSS files. You can override the default by changing:
.cCmsRecord_image
.cCmsRecord_image img

What File is that?

Doesn’t matter where it comes from. You override it in custom.css

  • Author
48 minutes ago, opentype said:

Doesn’t matter where it comes from. You override it in custom.css

cCmsRecord_image img {
    max-width: 600px;
    max-height: 600px;

Aren't working

If your code is correct, it'll work just fine  ;)

.cCmsRecord_image,
.cCmsRecord_image img{
  max-width: 80px;
  max-height: 80px;
}

 

  • Author
17 minutes ago, ehren. said:

If your code is correct, it'll work just fine  ;)


.cCmsRecord_image,
.cCmsRecord_image img{
  max-width: 80px;
  max-height: 80px;
}

 

That's right, still nothing.

The suite prefixes some classes depending on their status (featured, etc). Post the URL of your page and I'll give you code which works..

  • Author
23 minutes ago, ehren. said:

The suite prefixes some classes depending on their status (featured, etc). Post the URL of your page and I'll give you code which works..

 

This is one of the reviews

 

The code posted above should be correct for that one. I don’t see any overrides for it though. How have you added them?

In addition: keep in mind that this is only a “max” statement. If you set it to 500, but the image is only 100, it will show as 100. You might need to change the image settings and upload bigger images to see any effects. 

  • Author
18 minutes ago, opentype said:

The code posted above should be correct for that one. I don’t see any overrides for it though. How have you added them?

In addition: keep in mind that this is only a “max” statement. If you set it to 500, but the image is only 100, it will show as 100. You might need to change the image settings and upload bigger images to see any effects. 

Images are over 500 in size, aren't an problem. My point is, it used to work before my website went down and the updates of 4.1.7

Because of the thumbnail settings here:

67.PNG.a4a5d89f4ebc8e09573ac03afec18798.

  • Author

set at 300x300

As I said already, you need to upload the images again after increasing that setting. 

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.