View Single Post
  #20  
Old 05-02-2008, 09:35 PM
tapi's Avatar
tapi Offline
forum loafer
 
Join Date: Apr 2008
Location: Costa Rica
Posts: 4
Quote:
Originally Posted by kevincrafts View Post
Are you saying you always want the photo information under the photo? You can delete the javascript that switches between the two layouts:

if (<IMAGE_WIDTH> > <IMAGE_HEIGHT>) {
$("table#hphoto").show();
} else {
$("table#vphoto").show();
}

and you can then delete the vertical photo table and show only the horizontal photo table. Not sure exactly how it would look with vertical photos though since the point of the template, and it's design, was to have the different layouts depending on the photo dimensions.
thanks kevin, i want to show only the vertical photo table!
excuse my poor english!

this is my new photoblog: Clicks of Feelings .. no finished yet, but almost...
i hope you enjoy it!
Reply With Quote