<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Support Forum - Topic: Changing image width in the portfolio entry</title>
		<link>http://www.kriesi.at/support/topic/changing-image-width-in-the-portfolio-entry</link>
		<description>Support Forum - Topic: Changing image width in the portfolio entry</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 04:44:23 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/changing-image-width-in-the-portfolio-entry" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Changing image width in the portfolio entry"</title>
			<link>http://www.kriesi.at/support/topic/changing-image-width-in-the-portfolio-entry#post-71243</link>
			<pubDate>Wed, 15 Aug 2012 21:26:28 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">71243@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;You can adjust the magnifying glass overlay effect with this.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.image_overlay_effect_inside.da-animate.da-slideFromBottom {
width: 70%;
height: 70%;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Viktoria on "Changing image width in the portfolio entry"</title>
			<link>http://www.kriesi.at/support/topic/changing-image-width-in-the-portfolio-entry#post-71235</link>
			<pubDate>Wed, 15 Aug 2012 20:01:47 +0000</pubDate>
			<dc:creator>Viktoria</dc:creator>
			<guid isPermaLink="false">71235@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Dude, would you please read my original question? This problem that you just answered was an additional one.&#60;br /&#62;
So how can I change the image width AND the adjust to magnifying glass to it in the single portfolio entry?&#60;/p&#62;
&#60;p&#62;This code would work for me, &#60;/p&#62;
&#60;p&#62;#top.single-portfolio .slideshow li img {&#60;br /&#62;
    width: 75%;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;but I need to change the size of the mag.glass, and I don't know where I can find the code. &#60;/p&#62;
&#60;p&#62;Please help, thank you very much!&#60;/p&#62;
&#60;p&#62;Viktoria
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Changing image width in the portfolio entry"</title>
			<link>http://www.kriesi.at/support/topic/changing-image-width-in-the-portfolio-entry#post-69746</link>
			<pubDate>Tue, 07 Aug 2012 06:56:00 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">69746@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The reason why the image is blurry and the overlay doesn't fit is following rule in css/custom.css:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top.single-portfolio .slideshow li img {
    width: 75%;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;if you change it to:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top.single-portfolio .slideshow li img {
    width: 100%;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;or if you remove it the issue will be solved.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Viktoria on "Changing image width in the portfolio entry"</title>
			<link>http://www.kriesi.at/support/topic/changing-image-width-in-the-portfolio-entry#post-69311</link>
			<pubDate>Sat, 04 Aug 2012 00:54:53 +0000</pubDate>
			<dc:creator>Viktoria</dc:creator>
			<guid isPermaLink="false">69311@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin,&#60;/p&#62;
&#60;p&#62;1.) I set the default image sizes, and added the code that you suggested. The size is better, however I think it is blurry. &#60;a href=&#34;http://www.theartsofsilence.com/portfolio/test1/#&#34; rel=&#34;nofollow&#34;&#62;http://www.theartsofsilence.com/portfolio/test1/#&#60;/a&#62;!prettyPhoto&#60;br /&#62;
Anyway, how can I adjust the grey lightbox overlay? (It is wider than the image)&#60;/p&#62;
&#60;p&#62;2.) Do you have any other idea for my original question? Is there any chance that I can adjust the proportion of the image and the metainfo? (it seems that there is about 66% width for the image and 33% for the metainfo)&#60;/p&#62;
&#60;p&#62;3.) The magnifying glass is back :)&#60;/p&#62;
&#60;p&#62;Thank you again,&#60;br /&#62;
Viktoria
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Changing image width in the portfolio entry"</title>
			<link>http://www.kriesi.at/support/topic/changing-image-width-in-the-portfolio-entry#post-68704</link>
			<pubDate>Wed, 01 Aug 2012 14:48:49 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">68704@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Viktoria,&#60;/p&#62;
&#60;p&#62;I see what you mean now. You'll also need to change the slideshow from automatically scaling the image to fit the container. This may make the site not as responsive for mobiles and such, but otherwise you'll need to do some heavy editing of the theme files.&#60;/p&#62;
&#60;p&#62;Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top.single-portfolio .slideshow li img {
width: auto;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Viktoria on "Changing image width in the portfolio entry"</title>
			<link>http://www.kriesi.at/support/topic/changing-image-width-in-the-portfolio-entry#post-68414</link>
			<pubDate>Tue, 31 Jul 2012 02:28:14 +0000</pubDate>
			<dc:creator>Viktoria</dc:creator>
			<guid isPermaLink="false">68414@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Ismael,&#60;/p&#62;
&#60;p&#62;I already tried the option that you posted, it didn't work, but I gave another try. &#60;/p&#62;
&#60;p&#62;Now I have this:&#60;/p&#62;
&#60;p&#62;$avia_config['imgSize']['fullsize'] 		 	= array('width'=&#38;gt;120, 'height'=&#38;gt;930, 'crop'=&#38;gt;false);		// big images for lightbox and portfolio single entries&#60;/p&#62;
&#60;p&#62;Unfortunately it is still not working, it breaks up the image while the width doesn't change. (The original image size: 542x1000)&#60;br /&#62;
Here is a link: &#60;a href=&#34;http://www.theartsofsilence.com/portfolio/test1/#&#34; rel=&#34;nofollow&#34;&#62;http://www.theartsofsilence.com/portfolio/test1/#&#60;/a&#62;!prettyPhoto&#60;/p&#62;
&#60;p&#62;I just noticed, that since I updated Safari, the magnifying glass is gone in Lightbox. It is working fine in Google Chrome...&#60;/p&#62;
&#60;p&#62;Thanks!&#60;br /&#62;
Viktoria
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Changing image width in the portfolio entry"</title>
			<link>http://www.kriesi.at/support/topic/changing-image-width-in-the-portfolio-entry#post-68103</link>
			<pubDate>Sun, 29 Jul 2012 01:08:10 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">68103@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;Can you post a link on your website? &#60;/p&#62;
&#60;p&#62;If you want to adjust the image sizes for your portfolio entries, please open functions.php and find this code&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;fullsize&#38;#39;] 		 	= array(&#38;#39;width&#38;#39;=&#38;gt;930, &#38;#39;height&#38;#39;=&#38;gt;930, &#38;#39;crop&#38;#39;=&#38;gt;false);		// big images for lightbox and portfolio single entries&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Adjust the width and height then regenerate or re upload the images.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Viktoria on "Changing image width in the portfolio entry"</title>
			<link>http://www.kriesi.at/support/topic/changing-image-width-in-the-portfolio-entry#post-68084</link>
			<pubDate>Sat, 28 Jul 2012 15:47:15 +0000</pubDate>
			<dc:creator>Viktoria</dc:creator>
			<guid isPermaLink="false">68084@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello Team!&#60;/p&#62;
&#60;p&#62;I have been trying to figure out for days, how to change the width of the portfolio image on the portfolio entry in your theme Choices. My pictures will be all different sizes, and I have standing and lying types of pictures as well. There is nothing wrong with the lying ones, but once I upload a standing one, the image is way too long on the portfolio entry. I want to reduce the width of the image right next to the portfolio meta info.&#60;br /&#62;
I hope I was clear enough, I am very new at Wordpress.&#60;/p&#62;
&#60;p&#62;Thank you for your support,&#60;br /&#62;
Viktoria
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
