Jump to content

How do I get attached images to display larger than 1,200px?


PaulKet

Recommended Posts

3 hours ago, PaulKet said:

How do I get attached images to display larger than 1,200px? Nothing I have tried seems to work. I have displayed images set at 2,000px but when I add and image to a blog or forum post they only display at 1,200px.

.ipsLayout_container {
	{{if theme.enable_fluid_width}}
		{{if theme.fluid_width_size}}
			max-width: {theme="fluid_width_size"}%;
		{{else}}
			max-width: 100%;
		{{endif}}
	{{else}}
		max-width: 1340px;
	{{endif}}
	padding: 0 15px;
	margin: 0 auto;
	position: relative;
}

You can increase max-width or use fluid layout.

Link to comment
Share on other sites

6 hours ago, DesignzShop said:

You can increase max-width or use fluid layout.

Thank you DesignzShop but that does not change the size of a posted image. I want the images to appear larger than 1,200px and I can't find a way to do it.

Link to comment
Share on other sites

If you're referring to a already posted image you will need to rebuild your previous images. The same place you changed your Maximum image dimensions to display under the posting > General area you will see a link to rebuild existing images. After you have changed that setting to your desired size run the rebuild existing images tool. A note here, that feature is resource intensive, I suggest if you're on a shared hosting environment to let the images rebuild on their own, that may take a while depending on how many you have. 

Regards

Link to comment
Share on other sites

Archived

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...