Image Sequencing - right to left
Submitted by Irith Herman on Thu, 02/01/2018 - 10:30
Forums:
How can I change the direction of the Rows to be from right to left?
irith
How can I change the direction of the Rows to be from right to left?
irith
Navigation
Connect with H5P
About
H5P is a registered trademark of H5P Group
Privacy policy |
Copyright ©
2024
BV52
Thu, 02/01/2018 - 12:02
Permalink
Hi Irith,If you are planning
Hi Irith,
If you are planning of having an activity where the rightmost image is the "first" in the sequence, you can just flip the order of the images in the editor. This works well if you have images in sets of 5. I've created a simple content for you.
If the activity requires to be right justified and your images does not have a set of 5 this is not possible as of the moment. Not without hacking the code, if you are willing to make changes to the code this documentation is a good place to start.
-BV52
Irith Herman
Thu, 02/01/2018 - 12:27
Permalink
RTL
Thank you , I have 16 , so it does"t help.
Is it possible to make changes in the css or it is php?
BV52
Thu, 02/01/2018 - 12:54
Permalink
Hi Irith,The easiest way is
Hi Irith,
The easiest way is to use a PHP hook, to add your own CSS-file to the content type. Please visit the Visual Changes page for more details.
-BV52
Irith Herman
Thu, 02/01/2018 - 14:55
Permalink
RTL
I already did it, but how don"t know what to change in the css.
tim
Fri, 02/02/2018 - 14:47
Permalink
Hi Irith, I'm sorry but I don
Hi Irith, I'm sorry but I don't quite understand what you wish to do. Do you want to have the images sorted from right to left? Is it not possible to reorder the images but backwards? Would you be able to share a link to your content type?