Full size images in portfolio
- The topic ‘Full size images in portfolio’ is closed to new replies.
Need help? Check out our Support site, then
Hello Ellen,
I noticed on http://themes.elmastudio.de/onigiri/portfolio/plain-vanilla/ you have a much more wider photography then I have in my portfolio. I’m using the Onigri WordPress.com theme.
My images are in 1280 wide. When I add media in the portfolio page I use the dropdown menu “Size”and use (full size). I also checked my admin panel on media and this is set to maximum of 1280.
Looking forward to your reply.
Regard
The blog I need help with is: (visible only to logged in users)
Hi there,
you can include wider images (or any content) to a post or portfolio entry by using an extra div container with a CSS class of “wide-content”.
You need to go into the text editor to do this (not the visual editor) and then paste the following code and add your images or so on into the div container:
<div class="wide-content">
now add your content or images here...
</div>
Best, Ellen