sakkoulas Posted June 27, 2013 Share Posted June 27, 2013 Hi Pw i am trying tobuild a module to display the images list as grid. i have a situtation where images field has 100 images and it s hard to order sow many images in a list so i want the images to be in grid instead of list so now is 1 image 2 image 3 image 4 image 5 image ... and i want 1image 2image 3image 4image 5image 6 image .. i have figuredthat if i delete the axis: 'y',inside wire/modules/Inputfield/InputfieldFile/InputfieldFile.js and add this css .InputfieldFile.InputfieldImage.ui-widget{ display:inline-block ; width: 32% ; padding-right:10px ; margin-bottom:25px ; vertical-align:top ; } it works so i want tobuild a module with this attributes what hook i have to use? Link to comment Share on other sites More sharing options...
Soma Posted June 27, 2013 Share Posted June 27, 2013 A coincidence http://processwire.com/talk/topic/3919-individual-image-field-widths-float-display-inline/ Link to comment Share on other sites More sharing options...
sakkoulas Posted June 27, 2013 Author Share Posted June 27, 2013 thanks soma Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now