Image thumbnail position on RTL Blog
-
My Blog is in RTL general direction.
On the Blog archive pages, with the thumbnails on the left/right the image is not displayed properly. The rason is the “left” propery that shoukd be “right” on RTL sites.I’ve done some experiments with \customizr\inc\assets\js\parts\jqueryCenterImages.min.js
this line:
var j={h:{dim:{name:"height",val:d},dir:{name:"left",val:(c-g)/2+(this.options.leftAdjust||0)},"class":"h-centered"}
changed the “left” to “right”, and the result was OK.Is there a better way to do this adjustment, without changing any JS file?
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Image thumbnail position on RTL Blog’ is closed to new replies.