Dear Chris,
Where to put that code inside headinclude template in your following solution: (I mean at the end or at the beginning of code)
https://vborg.vbsupport.ru/showpost....82&postcount=8
--------------- Added [DATE]1365532959[/DATE] at [TIME]1365532959[/TIME] ---------------
Quote:
Originally Posted by ChrisTERiS
Also change $screen.width <= '1280' to screen.width <= 1280
|
It worked as a charm when I did this. I never thought it could effect it.
Thank you Chris!
In order to help people who will find this page via search engines for same intention I share the code:
Code:
<vb:if condition="screen.width <= 1280">
Code if screen width is smaller than 1280
<vb:else/>
Code if screen width is bigger than 1280
</vb:if>