Hi,
my project needs to have different views of the same data for mobile an desktop display.
Is there any way to condition output, like if (mobile) { img-mobile } else { img-desktop}?
Or is the only way to create two different views and then call them out of a php file?
Thanks in advance!
Vladimir