fixed image size / breakpoints
General Discussion
3
Posts
2
Posters
1.7k
Views
2
Watching
-
Hey,
you can add a html class to your image like described here:
http://laytheme.com/documentation.html#create-button-styleLet's say your html class is "fixed-width"
Then your css for that in "Custom CSS for Desktop Version" could look like:
.col.fixed-width{ width: 600px!important; }Breakpoints, yea you could write your own media-queries in "Lay Options" -> "Custom CSS & HTML" -> "Custom <head> content". You could write your own breakpoints in there like
<style> @media (min-width:1200px){ .col.fixed-width{ width: 900px!important; } } @media (max-width:1199px){ .col.fixed-width{ width: 600px!important; } } </style>
Online Users
Forgot your key, lost your files, need a previous Lay Theme or Addon version?
Go to www.laykeymanager.com