Questions tagged [clientbundle]

A collection of images bundled together is a tool used to boost the efficiency of applications by minimizing the amount of separate HTTP requests needed to retrieve pictures from the server.

Adding CSS properties to an image within the ImageResourceCell of a CellTable

After creating a CellTable with an image column in GWT using ImageResource, I encountered a problem. I needed to change some CSS properties of the image such as size or adding 'cursor="pointer" for a click event, but was unsure how to do so. When insp ...