SaeedSpate / ngx-gallery-9

Angular Image Gallery based on Ngx-Gallery
MIT License
28 stars 18 forks source link

Image arrow not displayed with angular material 10 #3

Open ghost opened 3 years ago

ghost commented 3 years ago

Working with angular 10 with material design the arrow on the image and thumbnail is not displayed, however setting with the thumbnailsArrows: true seems not to be working

I don't want to install font-awesome.css, Since I am using angular material

image

josephkearney91 commented 3 years ago

I had this issue while also using Angular Material and ended up importing font-awesome in the main styles.scss file with this which worked without clashing with the Material css. @import '../node_modules/font-awesome/css/font-awesome.css';

ghost commented 3 years ago

Any idea how can I move the thumbnails images to the left position instead of at bottom