優れたjQueryカバーフロープラグインContentFlowを使用していますが、問題があります。
中央の画像は常に拡大縮小されすぎてぼやけてしまいます。数え切れないほどの試みの後、私はまだ問題がどこから来ているのかわかりません。
関連する構成オプションは次のとおりです。
// overall scale factor of content
scaleFactor: 1.0,
// scale factor of landscape images ('max' := height= maxItemHeight)
scaleFactorLandscape: "max",
// scale factor of portraoit and square images ('max' := width = item width)
scaleFactorPortrait: "max",
0.84前後に設定するscaleFactor
と、フローに表示される画像は元の画像と同じサイズですが、ぼやけていることがわかりました。何か案が ?