Maxiumum image width is too narrow
-
When I upload images while using the Decode theme, the maximum image width is
640px
. When viewed on a standard-resolution monitor, the width of the text is usually larger than that — around770px
. As a result, images in the body of any post appear too narrow. See this post as an example — both galleries and individual images are under-sized.I have set the width for
large
images to1024px
under Settings > Media, but thelarge
size for any image I upload ends up being maxed out at a width of640px
(although height can be greater). Some research suggests that this is happening because the theme sets$content_width
to640px
. I have reviewed the theme’sfunctions.php
file and do not see$content_width
being set anywhere; perhaps this is being inherited from a parent theme?I should note that I am not asking to increase the actual width of content displayed to a user (which could be done in CSS). I am asking for the ability to not have the
large
image size restricted to a width of640px
by the theme’s settings.I have reviewed the forum, but have not seen a post on the same topic; my apologies if this is duplicative. I am running the stock, up-to-date version of Decode (v.3.0.9). This issue relates to media images inserted into the post itself, and not to the header image (which is handled differently).
- The topic ‘Maxiumum image width is too narrow’ is closed to new replies.