Announcement

#16 2013-01-19 03:05:09

quixote
Member
2008-05-10
95

Re: [resolved] how to make piwigo 2.4.6 NOT generate thumbnails?

I could see what i.php is doing, but only from a distance. If I tried to mess about with that, it would be nothing but a pig's breakfast. Altering local/rules.css is easy though.

What I wound up adding was:

Code:

/*for individual photo thumbnails*/
.content UL.thumbnails SPAN.wrap2 {
  box-shadow:3px 3px 3px rgba(0,0,0,0.8);
  border-radius: 3px 3px; /* round corners with CSS3 compliant browsers */
}

/*for category thumbnails*/
.thumbnailCategory img {
  box-shadow:3px 3px 3px rgba(0,0,0,0.8);
  border-radius: 3px 3px; 
}

*And* this saves me the trouble of making thumbnails for every upload and being sure the filenames are okay! Whee!

I am a very happy camper. Thank you all!

Offline

 

Board footer

Powered by FluxBB

github twitter newsletter Donate Piwigo.org © 2002-2024 · Contact