PDA

View Full Version : Is it possible to have web viewing size and original size in the same gallery?


rickp18
18th of December 2007 (Tue), 17:52
Hi,

Is it possible to have normal size(I.E.660x440) for web viewing, and when viewer click on the image once more it expands to original size? that way I can share original size photos to family or anyone wants to download full size images. thx!


Rick

jeronimo
19th of December 2007 (Wed), 15:23
This is allready possible through the size menu on the botom of the photo.

An other method is much more difficult. Then you have to code it yourself. There is no method yet (as far as I know).

rickp18
19th of December 2007 (Wed), 17:12
thx for the reply, jeronimo! cool name ;)

I guess the question becomes how do I upload two different sizes to database and have this option? I've tried uploading one photo using two size paths(one non-compressed, and one with 50% resized). After the upload, I only see the reduced size photo show up in exhibition and no size menu available on the bottom. Do I have to enable the size menu or how to do this? many thx!!!

rickp18
19th of December 2007 (Wed), 18:49
cool, found where the link is! Does anyone know how I can change the font of the small/medium/large icons under the photo? which file to edit?

Overshot
20th of December 2007 (Thu), 14:22
Assuming you have some knowledge of CSS. Edit the size menu font in the admin section of EE under Settings > Styles > Global stylesheets. Find and edit the css classes for ee_css_sizemenu_text to whatever font attributes you want in the Color Stylesheet and the Font Stylesheet.

This way you can easily change the colour, size and font-weight. If you really want a different font-family for the size menu only you would need to change both the 'ee_css_sizemenu_text' class font-family lines in the Font Stylesheet from font-family: <?php print $font_family; ?>; to (changing Arial to whatever font you prefer.) font-family: Arial, <?php print $font_family; ?>;

rickp18
4th of January 2008 (Fri), 13:08
thank you so much Overshot! worked perfectly :)