Divided Visual Field Paradigm - virtual-chinrest #2398
-
Hi all! I'm trying to implement a divided visual field paradigm where I display 3 elements on the screen: I want to manipulate the distance from center to right and left based on the viewing distance and monitor sizes. I want to keep it at constant visual angle degree for every participant, based on their I have a separate css file where I defined .right-align and .left-align tags. And this is a very simplistic example of how I use my stimulus:
When I use the virtual-chinrest plugin with resize_units, it seems to override my css file where I define right-align and left-align, and it seems to resize all my images and puts them at center. I'm not sure how to solve this issue and use virtual-chinrest plugin to just manipulate the left-align and right-align distances in my css file or whether there is another way to do this. Thank you very much! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi @selinbekir, can you share the CSS for your left align, center, and right align classes please? Thanks! |
Beta Was this translation helpful? Give feedback.
-
Okay I actually figured this out! I used transform translate rather than left right in my CSS classes and now it works with virtual-chinrest resize!
|
Beta Was this translation helpful? Give feedback.
Okay I actually figured this out! I used transform translate rather than left right in my CSS classes and now it works with virtual-chinrest resize!