Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
EmpireKicking Posted January 17, 2016 Posted January 17, 2016 I want to change the size of the images below: And I thought it should work?
opentype Posted January 17, 2016 Posted January 17, 2016 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
EmpireKicking Posted January 17, 2016 Author Posted January 17, 2016 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?
opentype Posted January 17, 2016 Posted January 17, 2016 Doesn’t matter where it comes from. You override it in custom.css
EmpireKicking Posted January 17, 2016 Author Posted January 17, 2016 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
ehren. Posted January 17, 2016 Posted January 17, 2016 If your code is correct, it'll work just fine .cCmsRecord_image, .cCmsRecord_image img{ max-width: 80px; max-height: 80px; }
EmpireKicking Posted January 17, 2016 Author Posted January 17, 2016 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.
ehren. Posted January 17, 2016 Posted January 17, 2016 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..
EmpireKicking Posted January 17, 2016 Author Posted January 17, 2016 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
opentype Posted January 17, 2016 Posted January 17, 2016 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.
EmpireKicking Posted January 17, 2016 Author Posted January 17, 2016 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
opentype Posted January 17, 2016 Posted January 17, 2016 13 minutes ago, EmpireKickAss said: Images are over 500 in size, aren't an problem. No. The image on that page is 100x65: http://www.baysidegamers.com/uploads/monthly_2016_01/223.thumb.jpg.92db0d960e52db85f96c81f9db799e76.jpg
EmpireKicking Posted January 17, 2016 Author Posted January 17, 2016 1 minute ago, opentype said: No. The image on that page is 100x65: http://www.baysidegamers.com/uploads/monthly_2016_01/223.thumb.jpg.92db0d960e52db85f96c81f9db799e76.jpg Ohhh, how come it's small again..
opentype Posted January 17, 2016 Posted January 17, 2016 As I said already, you need to upload the images again after increasing that setting.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.