Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

JSSOR Disable transform perspective

Tags:

css

jssor

The quality of my captions is horrible, the text is very blurry (like if you have text on a picture and then makes the picture bigger).

I noticed that if I remove the css:

transform: perspective(2000px);

The quality goes back to normal.

Why is JSSOR adding this to all of my captions and how can I disable it?

One simple solution (not the prettiest maybe) is to set transform to none in my external stylesheet and then also set it to !important. Is it the only one?

like image 723
fgblomqvist Avatar asked Jun 30 '14 19:06

fgblomqvist


1 Answers

Please set $HWA option to false.

Btw, is there any demo that I can see the blurry text?

like image 128
jssor Avatar answered Nov 11 '22 04:11

jssor