Fieldtype

Archived
Forum
(read-only)

JW Nivo

ExpressionEngine 2

Back to this add-on's main page
View Other Add-ons From Jeremy Worboys

     

Thumbnails scaling up and

Support (Resolved)

jphansen
jphansen

I have a page, http://www.fcs.uga.edu/tmi/georgias-official-tartan, that uses the thumbnail preview. As you can see, they’re pixelated. It looks like they’re made at a native 70x47 then scaled up to 120x81.

Any recommended way to make it so the thumbnails aren’t pixelated?

Thanks,

Jimmy

Jeremy Worboys
# 1
Developer
Jeremy Worboys

Hi Jimmy,

A quick look with Chrome dev tools confirms your suspicion. The 120px is coming from the slider theme so you have two options:

1. Alter the theme css in /themes/third_party/jw_nivo/nivo-slider/themes (you can duplicate the theme folder to a new name and make changes so it won’t be overridden by updates) to the 70px width.

2. In the field settings, change the thumbnail size to be 120px wide and continue using the unmodified theme.

jphansen
# 2
jphansen

Hi Jeremy,

Thanks! I did #1 and it worked.